Skip to content

Commit

Permalink
feat(app): adapt update dialog action
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Sep 7, 2024
1 parent fdf353d commit 67cc36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/common/utilities/drug_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Future<void> updateCachedDrugs() async {
actions: [
DialogAction(
onPressed: () => Navigator.pop(context),
text: context.l10n.action_continue,
text: context.l10n.action_understood,
),
],
),
Expand Down
1 change: 1 addition & 0 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"@@locale": "en",
"action_cancel": "Cancel",
"action_continue": "Continue",
"action_understood": "Understood",
"action_back_to_app": "Back to app",
"action_finish": "Finish",

Expand Down

0 comments on commit 67cc36d

Please sign in to comment.