aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-15 20:18:25 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-15 20:18:25 +0200
commit25a74f366460144d12287b51bdbdb48ebcadfb98 (patch)
tree30f0f84c6cc30538346ceaa24ebf85fddd2780fd /Zotlabs
parent3588c4ab996f462f11cd89255e6d511441ed0315 (diff)
downloadvolse-hubzilla-25a74f366460144d12287b51bdbdb48ebcadfb98.tar.gz
volse-hubzilla-25a74f366460144d12287b51bdbdb48ebcadfb98.tar.bz2
volse-hubzilla-25a74f366460144d12287b51bdbdb48ebcadfb98.zip
add missing features section to newmember widget
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Newmember.php8
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')
]
];