File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 809
809
"@none__bodyweight_exercise_": {
810
810
"description": "Generated entry for translation for server strings"
811
811
},
812
- "editSchedule": "Edit schedule",
813
812
"log": "Log",
814
813
"@log": {
815
- "description": "Log a specific meal"
814
+ "description": "Log a specific meal (imperative form) "
816
815
},
817
816
"done": "Done"
818
817
}
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class _MealWidgetState extends State<MealWidget> {
94
94
},
95
95
),
96
96
TextButton .icon (
97
- label: Text (AppLocalizations .of (context).editSchedule ),
97
+ label: Text (AppLocalizations .of (context).edit ),
98
98
onPressed: () {
99
99
Navigator .pushNamed (
100
100
context,
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ class _WorkoutDayWidgetState extends State<WorkoutDayWidget> {
194
194
),
195
195
TextButton .icon (
196
196
icon: const Icon (Icons .calendar_month),
197
- label: Text (AppLocalizations .of (context).editSchedule ),
197
+ label: Text (AppLocalizations .of (context).edit ),
198
198
onPressed: () {
199
199
Navigator .pushNamed (
200
200
context,
You can’t perform that action at this time.
0 commit comments