diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2018-06-23 07:53:15 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-08-18 17:06:06 +0000 |
| commit | 61d40f40aee8b596f0b068091c43033ecf3aa25b (patch) | |
| tree | e3d36c9ec146efb02a0cca3d76785f2adfcfb208 /src/i18n/messages.js | |
| parent | ce88f351f7b28a36553e67f7e02373be7b51ef8f (diff) | |
allow default visibility scope to be configured
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 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', |
