X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FFeature.php;h=fe961db7d346bd0d0c4f6e0f5a5dde9cc15c9e3b;hb=78a7e130ae7f5e5bca1fa51a49000ae3ef7a16f5;hp=92cb9ae7734b1b54592cc99450517f8c72e00489;hpb=29f7ebe307c22b275466390937b82ccb3820fb1c;p=friendica.git diff --git a/src/Content/Feature.php b/src/Content/Feature.php index 92cb9ae773..fe961db7d3 100644 --- a/src/Content/Feature.php +++ b/src/Content/Feature.php @@ -92,8 +92,8 @@ class Feature // Network sidebar widgets 'widgets' => [ - L10n::t('Network Sidebar Widgets'), - ['archives', L10n::t('Search by Date'), L10n::t('Ability to select posts by date ranges'), false, Config::get('feature_lock', 'archives', false)], + L10n::t('Network Sidebar'), + ['archives', L10n::t('Archives'), L10n::t('Ability to select posts by date ranges'), false, Config::get('feature_lock', 'archives', false)], ['forumlist_widget', L10n::t('List Forums'), L10n::t('Enable widget to display the forums your are connected with'), true, Config::get('feature_lock', 'forumlist_widget', false)], ['groups', L10n::t('Group Filter'), L10n::t('Enable widget to display Network posts only from selected group'), false, Config::get('feature_lock', 'groups', false)], ['networks', L10n::t('Network Filter'), L10n::t('Enable widget to display Network posts only from selected network'), false, Config::get('feature_lock', 'networks', false)],