@@ -24,6 +24,8 @@ function facets_custom_label_help($route_name, RouteMatchInterface $route_match)
$output.='<li>'.t('their raw value: machine name or content IDs,').'</li>';
$output.='<li>'.t('their display value: content titles, term names.').'</li>';
$output.='</ul></li></ul>';
$output.='<h3>'.t('How to translate labels').'</h3>';
$output.='<p>'.t('If labels require translation, please enable the <em>Configuration Translation</em> module, then translate the facet configuration.').'</p>';
$output.='<h3>'.t('Usage').'</h3>';
$output.='<p>'.t('For complete usage directions and examples, please visit the <a href="@href" title="Link to the module page">module page on drupal.org</a>.',['@href'=>'https://www.drupal.org/project/facets_custom_label']).'</p>';