diff --git a/frontend/src/pages/SignUp/utils.ts b/frontend/src/pages/SignUp/utils.ts index 9c09fe1164..a71c4029cf 100644 --- a/frontend/src/pages/SignUp/utils.ts +++ b/frontend/src/pages/SignUp/utils.ts @@ -12,4 +12,4 @@ export const isPasswordValid = (value: string): boolean => { return pattern.test(value); }; -export const isPasswordNotValidMessage = `Password must a have minimum of 8 characters with at least one lower case, one upper case and one special character`; +export const isPasswordNotValidMessage = `Password must a have minimum of 8 characters with at least one lower case, one number ,one upper case and one special character`;