Update input field error/warning behavior and time picker handling
This commit is contained in:
@@ -92,6 +92,12 @@ export const en = {
|
||||
errorNumberRequired: "Please enter a valid number.",
|
||||
errorTimeRequired: "Please enter a valid time.",
|
||||
warningDuplicateTime: "Multiple doses at same time.",
|
||||
warningZeroDose: "Zero dose has no effect on simulation.",
|
||||
|
||||
// Time picker
|
||||
timePickerHour: "Hour",
|
||||
timePickerMinute: "Minute",
|
||||
timePickerApply: "Apply",
|
||||
|
||||
// Day-based schedule
|
||||
regularPlan: "Regular Plan",
|
||||
@@ -109,10 +115,10 @@ export const en = {
|
||||
|
||||
// URL sharing
|
||||
sharePlan: "Share Plan",
|
||||
viewingSharedPlan: "You are viewing a shared plan",
|
||||
viewingSharedPlan: "Viewing shared plan",
|
||||
saveAsMyPlan: "Save as My Plan",
|
||||
discardSharedPlan: "Discard",
|
||||
planCopiedToClipboard: "Plan link copied to clipboard!",
|
||||
planCopiedToClipboard: "Plan link copied to clipboard!"
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
||||
Reference in New Issue
Block a user