mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
minor UI fix [skip ci]
This commit is contained in:
parent
1fa1181c82
commit
b79fb6af1f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class PrivacyPage extends BasePage {
|
|||
_privacySettingsViewModel.setIsAppSecure(value);
|
||||
}),
|
||||
SettingsSwitcherCell(
|
||||
title: S.current.disable_exchange_option,
|
||||
title: S.current.disable_buy,
|
||||
value: _privacySettingsViewModel.disableTradeOption,
|
||||
onValueChange: (BuildContext _, bool value) {
|
||||
_privacySettingsViewModel.setDisableTradeOption(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue