gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: missing words


From: gnunet
Subject: [taler-wallet-core] branch master updated: missing words
Date: Fri, 30 Dec 2022 18:58:50 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 36a2393f1 missing words
36a2393f1 is described below

commit 36a2393f16dbadd37f1003c23503f2a5f0202c92
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Dec 30 14:56:34 2022 -0300

    missing words
---
 packages/demobank-ui/src/pages/RegistrationPage.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/demobank-ui/src/pages/RegistrationPage.tsx 
b/packages/demobank-ui/src/pages/RegistrationPage.tsx
index 305f53750..601e4f9b9 100644
--- a/packages/demobank-ui/src/pages/RegistrationPage.tsx
+++ b/packages/demobank-ui/src/pages/RegistrationPage.tsx
@@ -71,7 +71,7 @@ function RegistrationForm(): VNode {
     password: !password
       ? i18n.str`Missing password`
       : !PASSWORD_REGEX.test(password)
-      ? i18n.str`Use letters and numbers only, and start with a lowercase 
letter`
+      ? i18n.str`Use letters and numbers only, and start with a lowercase 
letter or number`
       : undefined,
     repeatPassword: !repeatPassword
       ? i18n.str`Missing password`

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]