]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/util/PasswordStrengthChecker.java
chg: adjust wording to have a consequent wording over all pages
[gigi.git] / src / club / wpia / gigi / util / PasswordStrengthChecker.java
index 0df62480ef3d28d5e47b65e16b323f6db73a20cc..112f71283441e568045f3e57708dfb2b3b126302 100644 (file)
@@ -80,7 +80,7 @@ public class PasswordStrengthChecker {
             }
         }
         if (checkpw(pw, parts.toArray(new String[parts.size()]), email) < 3) {
-            throw (new GigiApiException(new SprintfCommand("The Pass Phrase you submitted failed to contain enough differing characters and/or contained words from your name and/or email address. For the current requirements and to learn more, visit our {0}FAQ{1}.", Arrays.asList("!(/wiki/goodPassword", "!'</a>'"))));
+            throw (new GigiApiException(new SprintfCommand("The Password you submitted failed to contain enough differing characters and/or contained words from your name and/or email address. For the current requirements and to learn more, visit our {0}FAQ{1}.", Arrays.asList("!(/wiki/goodPassword", "!'</a>'"))));
         }
     }