diff options
author | azul <azul@riseup.net> | 2014-04-25 12:10:48 +0200 |
---|---|---|
committer | azul <azul@riseup.net> | 2014-04-25 12:10:48 +0200 |
commit | 2b6200f508ddb8e1c8a76fd3778881c39d787d8d (patch) | |
tree | 7f8fd9a78b619bf886bd3b985369c21260c8ea0a /config/locales/users.en.yml | |
parent | 14b43488b968a1544fdb65caa4fb0df99606c3ff (diff) | |
parent | 1da12752c3b3aa3d4a03e67ede133e807e9434df (diff) |
Merge pull request #151 from azul/bugfix/5549-prefer-client-signup
Bugfix/5549 prefer client signup
Diffstat (limited to 'config/locales/users.en.yml')
-rw-r--r-- | config/locales/users.en.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/locales/users.en.yml b/config/locales/users.en.yml index 5747225..0ca5a73 100644 --- a/config/locales/users.en.yml +++ b/config/locales/users.en.yml @@ -3,13 +3,11 @@ en: logout: "Logout" none: "None" signup: "Sign Up" - signup_message: "Please create an account." cancel: "Cancel" login: "Log In" username: "Username" password: "Password" change_password: "Change Password" - login_message: "Please log in with your account." invalid_user_pass: "Not a valid username/password combination" invalid_ephemeral: "Invalid random key used. This looked like an attempt to hack the site to us. If it wasn't please contact support so we can look into the issue." all_strategies_failed: "Could not understand your login attempt. Please first send your login and a SRP ephemeral value A and then send the client_auth in the same session (using cookies)." |