From 36a2393f16dbadd37f1003c23503f2a5f0202c92 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 30 Dec 2022 14:56:34 -0300 Subject: missing words --- packages/demobank-ui/src/pages/RegistrationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/demobank-ui/src/pages/RegistrationPage.tsx') 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` -- cgit v1.2.3