File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 278
278
},
279
279
"onlyLogging": "Only track calories",
280
280
"onlyLoggingHelpText": "Check the box if you only want to log your calories and don't want to setup a detailed nutritional plan with specific meals",
281
+ "goalMacro": "Macro goals",
282
+ "@goalMacro": {
283
+ "description": "The goal for macronutrients"
284
+ },
281
285
"goalEnergy": "Energy goal",
282
286
"goalProtein": "Protein goal",
283
287
"goalCarbohydrates": "Carbohydrates goal",
Original file line number Diff line number Diff line change @@ -467,7 +467,10 @@ class _PlanFormState extends State<PlanForm> {
467
467
),
468
468
Row (
469
469
children: [
470
- Text ('Macro goals' , style: Theme .of (context).textTheme.titleMedium),
470
+ Text (
471
+ AppLocalizations .of (context).goalMacro,
472
+ style: Theme .of (context).textTheme.titleMedium,
473
+ ),
471
474
const SizedBox (width: 8 ),
472
475
Expanded (
473
476
child: DropdownButtonFormField <GoalType >(
You can’t perform that action at this time.
0 commit comments