aboutsummaryrefslogtreecommitdiff
path: root/packages/bank-ui/src/hooks/preferences.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bank-ui/src/hooks/preferences.ts')
-rw-r--r--packages/bank-ui/src/hooks/preferences.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bank-ui/src/hooks/preferences.ts b/packages/bank-ui/src/hooks/preferences.ts
index bb3dcb153..9c60456c7 100644
--- a/packages/bank-ui/src/hooks/preferences.ts
+++ b/packages/bank-ui/src/hooks/preferences.ts
@@ -104,7 +104,7 @@ export function getLabelForPreferences(
case "showInstallWallet":
return i18n.str`Show install wallet first`;
case "fastWithdrawal":
- return i18n.str`Use fast withdrawal form`;
+ return i18n.str`Set the withdrawal amount in the wallet`;
case "showDebugInfo":
return i18n.str`Show debug info`;
}