diff options
author | jessib <jessib@riseup.net> | 2013-11-04 09:05:03 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-11-04 09:05:03 -0800 |
commit | d4f835662fac2d9dca705b5cba2e207562dec833 (patch) | |
tree | 23625c0daafbaade2a1aeb9bf9b17070f1f67d51 /users/config/locales | |
parent | 7aaedeaf6fdd2d84ebab7bde2f6a6bdcf8d930b8 (diff) | |
parent | f6924bfe3b540c384fa53e55db9db3a64a34ced3 (diff) |
Merge pull request #108 from azul/feature/proper-user-deletion
notify user their account was successfully deleted (refs #4216)
Diffstat (limited to 'users/config/locales')
-rw-r--r-- | users/config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml index b69f7f4..1b5dd5e 100644 --- a/users/config/locales/en.yml +++ b/users/config/locales/en.yml @@ -17,6 +17,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}" + account_destroyed: "The account has been destroyed successfully." set_email_address: "Set email address" forward_email: "Forward Email" email_aliases: "Email Aliases" |