We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab4e6c commit 2ecb9ddCopy full SHA for 2ecb9dd
lib/ui/settings/settings_drawer.dart
@@ -421,7 +421,7 @@ class _SettingsSheetState extends State<SettingsSheet>
421
title: Padding(
422
padding: const EdgeInsets.only(bottom: 10.0),
423
child: Text(
424
- AppLocalization.of(context).currency,
+ AppLocalization.of(context).changeCurrency,
425
style: AppStyles.textStyleDialogHeader(context),
426
),
427
@@ -1029,7 +1029,7 @@ class _SettingsSheetState extends State<SettingsSheet>
1029
1030
AppSettings.buildSettingsListItemDoubleLine(
1031
context,
1032
1033
StateContainer.of(context).curCurrency,
1034
AppIcons.currency,
1035
_currencyDialog),
0 commit comments