taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit bf94287904c08f2c62acbb5b52c2cc0d1fcb964b
parent 578031cc103efcbcd34be1bf7efd91facfa8b87c
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 21 Jun 2024 16:14:56 -0300

confirm -> authorize

Diffstat:
Mpackages/bank-ui/src/pages/WalletWithdrawForm.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>