Fix set up issue
This commit is contained in:
30
strings.json
30
strings.json
@@ -18,10 +18,20 @@
|
||||
},
|
||||
"schedule": {
|
||||
"title": "Dosing Schedule",
|
||||
"description": "Configure when you take this medicine.",
|
||||
"description": "Select when you take this medicine.",
|
||||
"data": {
|
||||
"days": "Days of the Week",
|
||||
"times": "Times of Day"
|
||||
"day_monday": "Monday",
|
||||
"day_tuesday": "Tuesday",
|
||||
"day_wednesday": "Wednesday",
|
||||
"day_thursday": "Thursday",
|
||||
"day_friday": "Friday",
|
||||
"day_saturday": "Saturday",
|
||||
"day_sunday": "Sunday",
|
||||
"time_morning": "Morning (8:00 AM)",
|
||||
"time_lunchtime": "Lunchtime (12:00 PM)",
|
||||
"time_dinner": "Dinner (6:00 PM)",
|
||||
"time_night": "Night (10:00 PM)",
|
||||
"time_custom": "Custom Time"
|
||||
}
|
||||
},
|
||||
"prescription": {
|
||||
@@ -59,8 +69,18 @@
|
||||
"title": "Update Dosing Schedule",
|
||||
"description": "Update when you take this medicine.",
|
||||
"data": {
|
||||
"days": "Days of the Week",
|
||||
"times": "Times of Day"
|
||||
"day_monday": "Monday",
|
||||
"day_tuesday": "Tuesday",
|
||||
"day_wednesday": "Wednesday",
|
||||
"day_thursday": "Thursday",
|
||||
"day_friday": "Friday",
|
||||
"day_saturday": "Saturday",
|
||||
"day_sunday": "Sunday",
|
||||
"time_morning": "Morning (8:00 AM)",
|
||||
"time_lunchtime": "Lunchtime (12:00 PM)",
|
||||
"time_dinner": "Dinner (6:00 PM)",
|
||||
"time_night": "Night (10:00 PM)",
|
||||
"time_custom": "Custom Time"
|
||||
}
|
||||
},
|
||||
"prescription": {
|
||||
|
||||
Reference in New Issue
Block a user