mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fixed spelling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user