aboutsummaryrefslogtreecommitdiff
path: root/packages/bank-ui/src/pages
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-06-21 16:14:56 -0300
committerSebastian <sebasjm@gmail.com>2024-06-21 16:14:56 -0300
commitbf94287904c08f2c62acbb5b52c2cc0d1fcb964b (patch)
tree502166b63a0f547947cd67f01460d1e604e07868 /packages/bank-ui/src/pages
parent578031cc103efcbcd34be1bf7efd91facfa8b87c (diff)
downloadwallet-core-bf94287904c08f2c62acbb5b52c2cc0d1fcb964b.tar.xz
confirm -> authorize
Diffstat (limited to 'packages/bank-ui/src/pages')
-rw-r--r--packages/bank-ui/src/pages/WalletWithdrawForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bank-ui/src/pages/WalletWithdrawForm.tsx b/packages/bank-ui/src/pages/WalletWithdrawForm.tsx
index 0afd28bfc..6b1043424 100644
--- a/packages/bank-ui/src/pages/WalletWithdrawForm.tsx
+++ b/packages/bank-ui/src/pages/WalletWithdrawForm.tsx
@@ -359,7 +359,7 @@ export function WalletWithdrawForm({
</h2>
<p class="mt-1 text-sm text-gray-500">
<i18n.Translate>
- After using your wallet you will need to confirm or cancel the
+ After using your wallet you will need to authorize or cancel the
operation on this site.
</i18n.Translate>
</p>