From b5d24c72b42edd123fad0d2c82a4f511902facf6 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 27 Dec 2013 14:07:29 -0500 Subject: [PATCH] Improve wording of common password validation error --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 7290836c4..3432f885e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -161,7 +161,7 @@ en: user: attributes: password: - common: "is one of the top 5000 most common passwords. Please use a more secure password." + common: "is one of the 5000 most common passwords. Please use a more secure password." ip_address: signup_not_allowed: "Signup is not allowed from this account."