Skip to content

Commit 2ecb9dd

Browse files
committed
Small string change
1 parent 8ab4e6c commit 2ecb9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ui/settings/settings_drawer.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ class _SettingsSheetState extends State<SettingsSheet>
421421
title: Padding(
422422
padding: const EdgeInsets.only(bottom: 10.0),
423423
child: Text(
424-
AppLocalization.of(context).currency,
424+
AppLocalization.of(context).changeCurrency,
425425
style: AppStyles.textStyleDialogHeader(context),
426426
),
427427
),
@@ -1029,7 +1029,7 @@ class _SettingsSheetState extends State<SettingsSheet>
10291029
),
10301030
AppSettings.buildSettingsListItemDoubleLine(
10311031
context,
1032-
AppLocalization.of(context).currency,
1032+
AppLocalization.of(context).changeCurrency,
10331033
StateContainer.of(context).curCurrency,
10341034
AppIcons.currency,
10351035
_currencyDialog),

0 commit comments

Comments
 (0)