@@ -43,6 +43,10 @@ function flag_lists_help($route_name, RouteMatchInterface $route_match) {
$output.=t('More detailed information on the usage of this module can be found on the Drupal documentation site under').' ';
$output.=$link->toString();
$output.='</p>';
$output.='<h3>'.t('Missing / Deleted Related Flags').'</h3>';
$output.='<p>';
$output.=t('If you get the error message that you have a problem with related Flags, a solution is descibed on the this page <a href=":missingRelated"><em>Missing Related Flags</em></a>',[':missingRelated'=>Url::fromRoute('flag_lists.missing_related')->toString()]);