Browse Source

Update twig_tweak.module

merge-requests/18/head
Jitesh Jhamtani 3 years ago
parent
commit
cda8f6659e
  1. 4
      twig_tweak.module

4
twig_tweak.module

@ -16,10 +16,10 @@ function twig_tweak_help($route_name, RouteMatchInterface $route_match) {
$output = '';
$output .= '<h3>' . (string) new TranslatableMarkup('About') . '</h3>';
$output .= '<p>' . (string) new TranslatableMarkup('Twig Tweak is a small module which provides a Twig extension with some useful functions and filters that can improve development experience.') . '</p>';
$output .= '<p>' . (string) new TranslatableMarkup('You can click on the links below for more information about this module.') . '<p>';
$output .= '<p>' . (string) new TranslatableMarkup('You can click on the links below for more information about this module.') . '</p>';
$output .= '<p>' . (string) new TranslatableMarkup('<a href=":project_link">Project page</a>', [
':project_link' => 'https://www.drupal.org/project/twig_tweak',
]) . '<p>';
]) . '</p>';
return $output;
}
}

Loading…
Cancel
Save