diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-19 23:59:15 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-19 23:59:15 +0000 |
| commit | 702dfcec10290e86d04aa77fb921a64b6e7beb12 (patch) | |
| tree | e6faadd73fd3bc969693048f318f671ef22e56cd /src/i18n/messages.js | |
| parent | 99f849bd8c11763c80ebfcb605c4bea9115c747f (diff) | |
| parent | d6b3394b790b72899b691e13196d05ec097ae1cc (diff) | |
Merge branch 'develop' into 'fixes-and-tweaks'
# Conflicts:
# src/i18n/messages.js
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 3c11af8c..99382364 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -336,7 +336,11 @@ const en = { 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', - limited_availability: 'Unavailable in your browser' + limited_availability: 'Unavailable in your browser', + default_vis: 'Default visibility scope', + profile_tab: 'Profile', + security_tab: 'Security', + data_import_export_tab: 'Data Import / Export' }, notifications: { notifications: 'Notifications', |
