diff options
author | Azul <azul@riseup.net> | 2017-04-03 10:43:42 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-04-03 10:43:42 +0200 |
commit | e9bdd2aa5a0662a9fc6d5ce730e26cfd560210ba (patch) | |
tree | 70405839cd6bbf3331c94412b4178b6399dfafa3 /config/locales/en | |
parent | 552483c9e3f73952839e934374e2aa8b07681f4d (diff) |
feature: delete user clearing username
Diffstat (limited to 'config/locales/en')
-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 b9f1724..d3dab30 100644 --- a/config/locales/en/users.en.yml +++ b/config/locales/en/users.en.yml @@ -19,6 +19,7 @@ en: destroy_my_account: "Destroy my account" 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" account_destroyed: "The account has been destroyed successfully." set_email_address: "Set email address" forward_email: "Forward Email" |