summaryrefslogtreecommitdiff
path: root/users/config
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-08-19 10:30:00 -0700
committerjessib <jessib@riseup.net>2013-08-19 10:30:00 -0700
commitc073099f0283492b30e702d833721206ab9986cc (patch)
treea4388dceb2e105cec00b8e9587c7f679216e78ab /users/config
parentbca39b8f0d44dc31f77a3bfc8a94d452b4c77670 (diff)
Change JS warning message per https://leap.se/code/issues/3492
Key must end in _html so the html doesn't get escaped.
Diffstat (limited to 'users/config')
-rw-r--r--users/config/locales/en.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml
index 62f822c..55ba3a1 100644
--- a/users/config/locales/en.yml
+++ b/users/config/locales/en.yml
@@ -32,7 +32,7 @@ en:
not_authorized_login: "Please log in to perform that action."
search: "Search"
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."
+ js_required_html: "We are sorry, but this doesn't work without javascript enabled. This is because the authentication system used, <a href='http://srp.stanford.edu/'>SRP</a>, requires javascript."
enable_account: "Enable the account %{username}"
enable_description: "This will restore the account to full functionality"
deactivate_account: "Deactivate the account %{username}"