diff options
author | Azul <azul@riseup.net> | 2017-04-03 11:27:27 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-04-03 12:11:16 +0200 |
commit | 7660ad4d8fe75fb1aa4ee5175920784bce100e41 (patch) | |
tree | 49e02eb819fac37b4071b9af95ff4799930487db /config/locales | |
parent | d4ec87744e5eed54126c78a7d2f1154d1e8e53c0 (diff) |
fix: icons that were using the bootstrap 2 syntax
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en/users.en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en/users.en.yml b/config/locales/en/users.en.yml index d3dab30..94df16c 100644 --- a/config/locales/en/users.en.yml +++ b/config/locales/en/users.en.yml @@ -17,6 +17,7 @@ en: 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)." update_login_and_password: "Update Login and Password" destroy_my_account: "Destroy my account" + destroy: "Destroy" destroy_account_info: "This will permanently destroy your account and all the data associated with it. Proceed with caution!" admin_destroy_account: "Destroy the account %{username}" keep_username_blocked: "Keep the username blocked from reuse for a while" |