diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-15 20:18:25 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-15 20:18:25 +0200 |
commit | 25a74f366460144d12287b51bdbdb48ebcadfb98 (patch) | |
tree | 30f0f84c6cc30538346ceaa24ebf85fddd2780fd | |
parent | 3588c4ab996f462f11cd89255e6d511441ed0315 (diff) | |
download | volse-hubzilla-25a74f366460144d12287b51bdbdb48ebcadfb98.tar.gz volse-hubzilla-25a74f366460144d12287b51bdbdb48ebcadfb98.tar.bz2 volse-hubzilla-25a74f366460144d12287b51bdbdb48ebcadfb98.zip |
add missing features section to newmember widget
-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') ] ]; |