@@ -36,7 +36,7 @@ function admin_toolbar_tools_help($route_name, RouteMatchInterface $route_match)
...
@@ -36,7 +36,7 @@ function admin_toolbar_tools_help($route_name, RouteMatchInterface $route_match)
case'help.page.admin_toolbar_tools':
case'help.page.admin_toolbar_tools':
$output='';
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t('The Admin Toolbar Tools module allows you to to add more fonctionalities to the toolbar like flush caches, runnig cron.').'</p>';
$output.='<p>'.t('The Admin Toolbar Extra Tools module allows you to to add more fonctionalities to the default toolbar like flush caches, runnig cron.').'</p>';
return$output;
return$output;
}
}
...
@@ -46,6 +46,7 @@ function admin_toolbar_tools_help($route_name, RouteMatchInterface $route_match)
...
@@ -46,6 +46,7 @@ function admin_toolbar_tools_help($route_name, RouteMatchInterface $route_match)