Skip to content

Commit

Permalink
feat(app): rename initial drug selection button
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-slosarek authored and tamslo committed Jan 7, 2025
1 parent 8aabaae commit eb82808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/drug_selection/pages/drug_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class DrugSelectionPage extends HookWidget {
return Padding(
padding: EdgeInsets.all(PharMeTheme.mediumSpace),
child: FullWidthButton(
context.l10n.action_continue,
context.l10n.action_proceed_to_app,
() async {
MetaData.instance.initialDrugSelectionDone = true;
await MetaData.save();
Expand Down
2 changes: 2 additions & 0 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"@action_understood": {},
"action_back_to_app": "Back to app",
"@action_back_to_app": {},
"action_proceed_to_app": "Proceed to app",
"@action_proceed_to_app": {},
"action_finish": "Finish",
"@action_finish": {},

Expand Down

0 comments on commit eb82808

Please sign in to comment.