fix localization
Serhii committed
Nov 4, 2022 at 14:28 UTC
c99e5f6f317ebbedd504c4068418a193acecbe34
1 file changed
+1
-1
lib/view_model/settings/settings_view_model.dart
+1
-1
@@ -183,7 +183,7 @@ abstract class SettingsViewModelBase with Store {
183
},
184
),
185
SwitcherListItem(
186
- title: 'S.current.disable_fiat',
186
+ title: S.current.disable_fiat,
187
value: () => shouldDisableFiat,
188
onValueChange: (_, bool value) =>
189
setShouldDisableFiat(value)),