diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2018-05-29 14:19:28 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-05-29 14:19:28 +0000 |
| commit | 7a08ba43e2dc55d7c207f091700676cb886984ad (patch) | |
| tree | c635855d38d4d913acbd4409b0efc3f660b19c08 /src/i18n/messages.js | |
| parent | 648f31f44c2e4daee3394b0df10b3f9f5ca41c66 (diff) | |
user settings: enable locking/unlocking an account
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 54a99b5a..3e842af8 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -302,7 +302,8 @@ const en = { 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.' + change_password_error: 'There was an issue changing your password.', + lock_account_description: 'Restrict your account to approved followers only' }, notifications: { notifications: 'Notifications', |
