diff options
| author | Syldexia <syldexia@ofthewi.red> | 2018-05-13 15:09:07 +0100 |
|---|---|---|
| committer | = <=syldexia@ofthewi.red> | 2018-05-13 15:24:42 +0100 |
| commit | 327b6fb5dcbabf5de61e1ce0fa6c65329a8ec45b (patch) | |
| tree | e52d003d0426eae88a9e1c722858431a5744c38e /src/i18n/messages.js | |
| parent | 8f58526bbccdca6019bdd66126a3fb7a148bd951 (diff) | |
Added delete account section to user settings
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index a13d7f58..897f95d2 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -289,7 +289,11 @@ const en = { follow_import: 'Follow import', import_followers_from_a_csv_file: 'Import follows from a csv file', follows_imported: 'Follows imported! Processing them will take a while.', - follow_import_error: 'Error importing followers' + follow_import_error: 'Error importing followers', + delete_account: 'Delete Account', + delete_account_description: 'Permanantly delete your account and all your messages.', + delete_account_instructions: 'Type your password in the input below to confirm account deletion.', + delete_account_error: 'There was an issue deleting your account. If this persists please contact your instance administrator.' }, notifications: { notifications: 'Notifications', |
