diff options
Diffstat (limited to 'src/i18n')
| -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 003df68c..185db5d9 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -332,7 +332,8 @@ const en = { confirm_new_password: 'Confirm new password', changed_password: 'Password changed successfully!', change_password_error: 'There was an issue changing your password.', - lock_account_description: 'Restrict your account to approved followers only' + lock_account_description: 'Restrict your account to approved followers only', + default_vis: 'Default visibility scope' }, notifications: { notifications: 'Notifications', |
