summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages
diff options
context:
space:
mode:
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",