From 25fc508d5e36fd5b6f0699f53526fd4d6cc4aca8 Mon Sep 17 00:00:00 2001 From: Joel Biddle Date: Wed, 23 Aug 2023 02:56:03 +1000 Subject: [PATCH] Fixed spelling --- frontend/src/components/utilities/checks/checkPassword.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/utilities/checks/checkPassword.ts b/frontend/src/components/utilities/checks/checkPassword.ts index 34c09ac9d..b44c47df4 100644 --- a/frontend/src/components/utilities/checks/checkPassword.ts +++ b/frontend/src/components/utilities/checks/checkPassword.ts @@ -78,8 +78,7 @@ const checkPassword = async ({ password, setErrors }: CheckPasswordParams): Prom password ) ) { - errors.specialChar = - "at least 1 special character (emojis and many langauge scripts supported)"; + errors.specialChar = "at least 1 special character (emojis, symbols & non-Latin languages)"; } // repeatedChar