diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-07-29 06:59:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-07-29 06:59:10 +0200 |
commit | 45d262d6c0d976e573abe593d1994dfef590bb61 (patch) | |
tree | 9970d3f1c7e2c25a928c6b008123e531766b433b /Zotlabs/Lib/Apps.php | |
parent | 5dbd11c6edf61f2962a57fa8d4743ba55dfaa5ba (diff) | |
parent | d85c849668c2d0b7e1eb010005e69c02b7b762c4 (diff) | |
download | volse-hubzilla-45d262d6c0d976e573abe593d1994dfef590bb61.tar.gz volse-hubzilla-45d262d6c0d976e573abe593d1994dfef590bb61.tar.bz2 volse-hubzilla-45d262d6c0d976e573abe593d1994dfef590bb61.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index ddaf8c44d..f7aff1722 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -332,7 +332,11 @@ class Apps { 'Features' => t('Features'), 'Language' => t('Language'), 'Post' => t('Post'), - 'Profile Photo' => t('Profile Photo') + 'Profile Photo' => t('Profile Photo'), + 'Profile' => t('Profile'), + 'Profiles' => t('Profiles'), + 'Privacy Groups' => t('Privacy Groups'), + 'Notifications' => t('Notifications') ); if(array_key_exists('name',$arr)) { |