diff options
| author | Foxhkron <foxhkron@toromino.de> | 2018-08-19 01:23:03 +0200 |
|---|---|---|
| committer | Foxhkron <foxhkron@toromino.de> | 2018-08-19 01:23:03 +0200 |
| commit | 56ddeec8f3452a5b75af713a40d0b5e8fa75b3cd (patch) | |
| tree | b9608415740f410a429b73336525b34ec3467e62 /src/i18n/messages.js | |
| parent | 5c3f6aebb9cea476d3a64c14d8a392dfa4f7af37 (diff) | |
Merge upstream
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 185db5d9..38e58c4c 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -333,7 +333,10 @@ 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', - default_vis: 'Default visibility scope' + default_vis: 'Default visibility scope', + profile_tab: 'Profile', + security_tab: 'Security', + data_import_export_tab: 'Data Import / Export' }, notifications: { notifications: 'Notifications', |
