add missing features section to newmember widget

This commit is contained in:
Mario Vavti 2018-10-15 20:18:25 +02:00
parent 3588c4ab99
commit 25a74f3664

View File

@ -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')
]
];