aboutsummaryrefslogtreecommitdiff
path: root/packages/bank-ui/src/pages/admin/CreateNewAccount.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-05-07 12:46:31 -0300
committerSebastian <sebasjm@gmail.com>2024-05-07 12:46:31 -0300
commitaaf4ffc9411d394897c72f39c132ee24cee28013 (patch)
tree97d751464b38f7e062182ac791ce7c20ab627ccf /packages/bank-ui/src/pages/admin/CreateNewAccount.tsx
parent6fd830ad57fe12ce6acac453f523dcf00f71a5bb (diff)
downloadwallet-core-aaf4ffc9411d394897c72f39c132ee24cee28013.tar.xz
fix codespell
Diffstat (limited to 'packages/bank-ui/src/pages/admin/CreateNewAccount.tsx')
-rw-r--r--packages/bank-ui/src/pages/admin/CreateNewAccount.tsx2
1 files changed, 1 insertions, 1 deletions
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(),