From d97548114f394d9fa062e1186b586ce58fc1ef1b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 20 Sep 2014 07:24:19 -0700 Subject: [PATCH] Remove "must be" from new account copy --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 2db7490ffbe..165f3b2766a 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -395,7 +395,7 @@ en: ok: "Your name looks good." username: title: "Username" - instructions: "Must be unique, no spaces, short." + instructions: "Unique, no spaces, short." short_instructions: "People can mention you as @{{username}}." available: "Your username is available." global_match: "Email matches the registered username." @@ -488,7 +488,7 @@ en: too_short: "Your password is too short." common: "That password is too common." ok: "Your password looks good." - instructions: "Must be at least %{count} characters." + instructions: "At least %{count} characters." ip_address: title: "Last IP Address"