From aaf4ffc9411d394897c72f39c132ee24cee28013 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 7 May 2024 12:46:31 -0300 Subject: fix codespell --- .../bank-ui/src/pages/PaytoWireTransferForm.tsx | 72 ---------------------- packages/bank-ui/src/pages/RegistrationPage.tsx | 2 +- .../src/pages/account/ShowAccountDetails.tsx | 2 +- .../bank-ui/src/pages/admin/CreateNewAccount.tsx | 2 +- 4 files changed, 3 insertions(+), 75 deletions(-) (limited to 'packages/bank-ui') diff --git a/packages/bank-ui/src/pages/PaytoWireTransferForm.tsx b/packages/bank-ui/src/pages/PaytoWireTransferForm.tsx index dfea7166b..3bf891504 100644 --- a/packages/bank-ui/src/pages/PaytoWireTransferForm.tsx +++ b/packages/bank-ui/src/pages/PaytoWireTransferForm.tsx @@ -290,78 +290,6 @@ export function PaytoWireTransferForm({ return (
- {/*
-
- - - {sendingToFixedAccount ? undefined : ( - - )} - {routeCashout ? ( - - Cashout - - ) : undefined} -
-
*/} -
diff --git a/packages/bank-ui/src/pages/RegistrationPage.tsx b/packages/bank-ui/src/pages/RegistrationPage.tsx index 897a02efa..61939c3d6 100644 --- a/packages/bank-ui/src/pages/RegistrationPage.tsx +++ b/packages/bank-ui/src/pages/RegistrationPage.tsx @@ -141,7 +141,7 @@ function RegistrationForm({ case TalerErrorCode.BANK_NON_ADMIN_PATCH_DEBT_LIMIT: return i18n.str`Only admin is allow to set debt limit.`; case TalerErrorCode.BANK_NON_ADMIN_SET_MIN_CASHOUT: - return i18n.str`Only the administrator can change the minimun cashout limit.`; + return i18n.str`Only the administrator can change the minimum cashout limit.`; case TalerErrorCode.BANK_NON_ADMIN_SET_TAN_CHANNEL: return i18n.str`Only admin can create accounts with second factor authentication.`; } diff --git a/packages/bank-ui/src/pages/account/ShowAccountDetails.tsx b/packages/bank-ui/src/pages/account/ShowAccountDetails.tsx index 7118da704..6db0e5512 100644 --- a/packages/bank-ui/src/pages/account/ShowAccountDetails.tsx +++ b/packages/bank-ui/src/pages/account/ShowAccountDetails.tsx @@ -186,7 +186,7 @@ export function ShowAccountDetails({ case TalerErrorCode.BANK_NON_ADMIN_SET_MIN_CASHOUT: { return notify({ type: "error", - title: i18n.str`Only the administrator can change the minimun cashout limit.`, + title: i18n.str`Only the administrator can change the minimum cashout limit.`, description: resp.detail.hint as TranslatedString, debug: resp.detail, when: AbsoluteTime.now(), diff --git a/packages/bank-ui/src/pages/admin/CreateNewAccount.tsx b/packages/bank-ui/src/pages/admin/CreateNewAccount.tsx index 3898088ed..68f39fb9f 100644 --- a/packages/bank-ui/src/pages/admin/CreateNewAccount.tsx +++ b/packages/bank-ui/src/pages/admin/CreateNewAccount.tsx @@ -149,7 +149,7 @@ export function CreateNewAccount({ case TalerErrorCode.BANK_NON_ADMIN_SET_MIN_CASHOUT: { return notify({ type: "error", - title: i18n.str`Only the administrator can change the minimun cashout limit.`, + title: i18n.str`Only the administrator can change the minimum cashout limit.`, description: resp.detail.hint as TranslatedString, debug: resp.detail, when: AbsoluteTime.now(), -- cgit v1.2.3