fix localization

This commit is contained in:
Serhii 2022-11-04 14:28:41 +02:00
parent b5e74874ce
commit c99e5f6f31

View file

@ -183,7 +183,7 @@ abstract class SettingsViewModelBase with Store {
},
),
SwitcherListItem(
title: 'S.current.disable_fiat',
title: S.current.disable_fiat,
value: () => shouldDisableFiat,
onValueChange: (_, bool value) =>
setShouldDisableFiat(value)),