aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-05-24 17:23:44 +0000
committerlambda <pleromagit@rogerbraun.net>2018-05-24 17:23:44 +0000
commit648f31f44c2e4daee3394b0df10b3f9f5ca41c66 (patch)
tree215fac8494032d75c246b107cc9f1480cc69d69b /src/i18n/messages.js
parentf06fef26b169a07d95afbf1d40764f9196ee37de (diff)
parent5ae7fb871ebdb8b7c56f0aed6494f5f4fde8cd15 (diff)
Merge branch 'feature/change-password' into 'develop'
Feature/change password See merge request pleroma/pleroma-fe!268
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js10
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',