diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-15 18:18:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-15 20:33:28 +0200 |
commit | 34b4b658658fe6aefbc13da5d03262eb16b2443f (patch) | |
tree | d55d80846a853f3d9ff7d712162f912636a37989 /Zotlabs | |
parent | fa5537bfc0fe0919da118888208140a10d54c5b6 (diff) | |
download | volse-hubzilla-34b4b658658fe6aefbc13da5d03262eb16b2443f.tar.gz volse-hubzilla-34b4b658658fe6aefbc13da5d03262eb16b2443f.tar.bz2 volse-hubzilla-34b4b658658fe6aefbc13da5d03262eb16b2443f.zip |
add missing features section to newmember widget
(cherry picked from commit 25a74f366460144d12287b51bdbdb48ebcadfb98)
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Newmember.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Newmember.php b/Zotlabs/Widget/Newmember.php index e57cf5171..224f7a8a2 100644 --- a/Zotlabs/Widget/Newmember.php +++ b/Zotlabs/Widget/Newmember.php @@ -51,7 +51,13 @@ class Newmember { t('Miscellaneous'), [ 'settings' => t('Settings'), - 'help' => t('Documentation'), + 'help' => t('Documentation'), + ], + + t('Missing Features?'), + [ + 'apps' => t('Pin apps to navigation bar'), + 'apps/available' => t('Install more apps') ] ]; |