diff options
author | jessib <jessib@leap.se> | 2013-06-13 14:29:15 -0700 |
---|---|---|
committer | jessib <jessib@leap.se> | 2013-06-13 14:29:15 -0700 |
commit | beacb663226085a77ce03a6dda70e8b135d2e8c7 (patch) | |
tree | 283bf23b48cda085eb16fab28aa4eb973babf56a /users/config/locales/en.yml | |
parent | 15d48c24e529e2f944b026749c5eb35eb4c5cfa7 (diff) |
Quick way to give warnings if javascript and/or cookies are not enabled. Will want to tweak so the code isn't redundant, and ideally so check for cookies doesn't rely on javascript.
And we'll want to expand the texts.
Diffstat (limited to 'users/config/locales/en.yml')
-rw-r--r-- | users/config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml index 2077858..dded88c 100644 --- a/users/config/locales/en.yml +++ b/users/config/locales/en.yml @@ -22,6 +22,8 @@ en: use_ascii_key: "Use ASCII-armored PGP key" can_retype_old_password: "Retype your old password if you would like to keep that" associated_email: "The associated email address is" + cookie_disabled_warning: "You have cookies disabled. You will not be able to login until you enable cookies." + js_required: "We are sorry, but this doesn't work without javascript enabled. This is for security reasons." activemodel: models: |