mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
fix localization
This commit is contained in:
parent
b5e74874ce
commit
c99e5f6f31
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ abstract class SettingsViewModelBase with Store {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
SwitcherListItem(
|
SwitcherListItem(
|
||||||
title: 'S.current.disable_fiat',
|
title: S.current.disable_fiat,
|
||||||
value: () => shouldDisableFiat,
|
value: () => shouldDisableFiat,
|
||||||
onValueChange: (_, bool value) =>
|
onValueChange: (_, bool value) =>
|
||||||
setShouldDisableFiat(value)),
|
setShouldDisableFiat(value)),
|
||||||
|
|
Loading…
Reference in a new issue