From 9e8ce4784991a420919211b5ee4235a074ffbc6a Mon Sep 17 00:00:00 2001 From: Jesse Steele <9209377+JesseSteele@users.noreply.github.com> Date: Mon, 22 Oct 2018 23:10:51 +0800 Subject: [PATCH] Change "characters" to "letters" A "character" includes letters and numbers. The requirement triggered by line 355 is for "letters". This created confusion in the past. --- languages/en.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/en.lang b/languages/en.lang index ec7137ca..8084c341 100644 --- a/languages/en.lang +++ b/languages/en.lang @@ -352,7 +352,7 @@ $PALANG['pStatus_custom'] = 'Delivers to '; $PALANG['pStatus_popimap'] = 'POP/IMAP '; $PALANG['password_too_short'] = "Password is too short - requires %s characters"; -$PALANG['password_no_characters'] = "Your password must contain at least %s character(s)."; +$PALANG['password_no_characters'] = "Your password must contain at least %s letters (A-Z, a-z)."; $PALANG['password_no_digits'] = "Your password must contain at least %s digit(s)."; $PALANG['pInvalidDomainRegex'] = "Invalid domain name %s, fails regexp check"; $PALANG['pInvalidDomainDNS'] = "Invalid domain %s, and/or not discoverable in DNS";