summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-01-14 16:03:31 -0300
committerSebastian <sebasjm@gmail.com>2024-01-14 16:03:31 -0300
commita9f5560acec129667354f72b54712095f97fd551 (patch)
tree0c5d8142f964193d8d94d73ac51ab2713bd88f2e /packages/demobank-ui/src/pages
parentd245b7b6218d7724ee63bf1fb0a888e4bbfd4bde (diff)
downloadwallet-core-a9f5560acec129667354f72b54712095f97fd551.tar.gz
wallet-core-a9f5560acec129667354f72b54712095f97fd551.tar.bz2
wallet-core-a9f5560acec129667354f72b54712095f97fd551.zip
fix wording, missing strings
Diffstat (limited to 'packages/demobank-ui/src/pages')
-rw-r--r--packages/demobank-ui/src/pages/account/UpdateAccountPassword.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/pages/account/UpdateAccountPassword.tsx b/packages/demobank-ui/src/pages/account/UpdateAccountPassword.tsx
index 3c4a865ed..32e100e43 100644
--- a/packages/demobank-ui/src/pages/account/UpdateAccountPassword.tsx
+++ b/packages/demobank-ui/src/pages/account/UpdateAccountPassword.tsx
@@ -73,7 +73,7 @@ export function UpdateAccountPassword({
})
case TalerErrorCode.BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD: return notify({
type: "error",
- title: i18n.str`Old password need to be provided in order to change new one. If you don't have it contact your account administrator.`
+ title: i18n.str`You need to provide the old password. If you don't have it contact your account administrator.`
})
case TalerErrorCode.BANK_PATCH_BAD_OLD_PASSWORD: return notify({
type: "error",