minor UI fix [skip ci]

OmarHatem committed May 29, 2025 at 05:59 UTC b79fb6af1f7f9f99cc4eaae5243701f79f52da5e
1 file changed +1 -1
lib/src/screens/settings/privacy_page.dart
+1 -1
@@ -81,7 +81,7 @@ class PrivacyPage extends BasePage {
81 _privacySettingsViewModel.setIsAppSecure(value);
82 }),
83 SettingsSwitcherCell(
84 - title: S.current.disable_exchange_option,
84 + title: S.current.disable_buy,
85 value: _privacySettingsViewModel.disableTradeOption,
86 onValueChange: (BuildContext _, bool value) {
87 _privacySettingsViewModel.setDisableTradeOption(value);