summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-03-31 19:17:15 -0300
committerSebastian <sebasjm@gmail.com>2023-03-31 19:17:15 -0300
commitce53dd8b851c4c4e18f646cb52c97fb1f1414cc1 (patch)
treeaae9cf36aa03b27437a16182498847d9ccb2ee39 /packages
parentf947c8e54919343ac4f5f951d2f701651c06dd52 (diff)
downloadwallet-core-ce53dd8b851c4c4e18f646cb52c97fb1f1414cc1.tar.gz
wallet-core-ce53dd8b851c4c4e18f646cb52c97fb1f1414cc1.tar.bz2
wallet-core-ce53dd8b851c4c4e18f646cb52c97fb1f1414cc1.zip
fix #7770
Diffstat (limited to 'packages')
-rw-r--r--packages/demobank-ui/src/pages/AdminPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/pages/AdminPage.tsx b/packages/demobank-ui/src/pages/AdminPage.tsx
index ac0457e9b..92464a43e 100644
--- a/packages/demobank-ui/src/pages/AdminPage.tsx
+++ b/packages/demobank-ui/src/pages/AdminPage.tsx
@@ -486,7 +486,7 @@ export function UpdateAccountPassword({
/>
</fieldset>
<fieldset>
- <label>{i18n.str`Repeast password`}</label>
+ <label>{i18n.str`Repeat password`}</label>
<input
type="password"
value={repeat ?? ""}