taler-typescript-core

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

commit e299b133dbb4769355e728e4545accaac2956248
parent 7582855e2723e11de25f10b6d5ba8a0757616765
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 20 Oct 2023 10:30:43 -0300

fix: proper english from 'Bank website: Make a wire transfer to an account'

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

diff --git a/packages/demobank-ui/src/pages/PaymentOptions.tsx b/packages/demobank-ui/src/pages/PaymentOptions.tsx @@ -86,7 +86,7 @@ export function PaymentOptions({ limit, goToConfirmOperation }: { limit: AmountJ </svg> </span> <div class="mt-1 flex items-center text-sm text-gray-500"> - <i18n.Translate>Make a wire transfer to an account which you know the bank account number</i18n.Translate> + <i18n.Translate>Make a wire transfer to an account with known bank account number.</i18n.Translate> </div> </div> </label>