diff options
| author | Syldexia <syldexia@ofthewi.red> | 2018-05-21 23:01:09 +0100 |
|---|---|---|
| committer | Syldexia <syldexia@ofthewi.red> | 2018-05-21 23:01:09 +0100 |
| commit | e0ba6a587671c4e7d484152f35076c0fb1eb2996 (patch) | |
| tree | e3bb0c4b0ef2316a7cc9b30f6e514b55a14651c3 /src/i18n/messages.js | |
| parent | f06fef26b169a07d95afbf1d40764f9196ee37de (diff) | |
Added change password to user settings
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 19b50272..54a99b5a 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -291,12 +291,18 @@ const en = { follows_imported: 'Follows imported! Processing them will take a while.', follow_import_error: 'Error importing followers', delete_account: 'Delete Account', - delete_account_description: 'Permanantly delete your account and all your messages.', + delete_account_description: 'Permanently 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.', follow_export: 'Follow export', follow_export_processing: 'Processing, you\'ll soon be asked to download your file', - follow_export_button: 'Export your follows to a csv file' + follow_export_button: 'Export your follows to a csv file', + change_password: 'Change Password', + current_password: 'Current password', + new_password: 'New password', + confirm_new_password: 'Confirm new password', + changed_password: 'Password changed successfully!', + change_password_error: 'There was an issue changing your password.' }, notifications: { notifications: 'Notifications', |
