Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / paragraphs / modules / paragraphs_type_permissions / paragraphs_type_permissions.module
index 9da00234c22ce1584b369d27ef8f9a41454b14ff..e3757416f9b1998f59fd96896aec3f913efcf5f3 100644 (file)
@@ -16,14 +16,14 @@ use Drupal\Core\Routing\RouteMatchInterface;
  */
 function paragraphs_type_permissions_help($route_name, RouteMatchInterface $route_match) {
   switch ($route_name) {
-    // Help for the paragraphs type permissions module.
+    // Help for the Paragraphs type permissions module.
     case 'help.page.paragraphs_type_permissions':
       $output = '';
       $output .= '<h3>' . t('About') . '</h3>';
-      $output .= '<p>' . t('The Paragraphs Type permission module allows administrators to configure permissions individually for each <em>paragraphs type</em>. For more information, see the <a href=":online">online documentation for the Paragraphs module</a>.', [':online' => 'https://www.drupal.org/node/2444881']) . '</p>';
+      $output .= '<p>' . t('The Paragraphs Type permission module allows administrators to configure permissions individually for each <em>Paragraphs type</em>. For more information, see the <a href=":online">online documentation for the Paragraphs module</a>.', [':online' => 'https://www.drupal.org/node/2444881']) . '</p>';
       $output .= '<h3>' . t('Uses') . '</h3>';
-      $output .= '<dt>' . t('Configuring permissions per paragraphs type') . '</dt>';
-      $output .= '<dd>' . t('Administrators can configure the permissions to view, create, edit, and delete each <em>paragraphs type</em> individually on the <a href=":permissions">Permissions page</a>.', [':permissions' => Url::fromRoute('user.admin_permissions')->toString()]) . '</dd>';
+      $output .= '<dt>' . t('Configuring permissions per Paragraphs type') . '</dt>';
+      $output .= '<dd>' . t('Administrators can configure the permissions to view, create, edit, and delete each <em>Paragraphs type</em> individually on the <a href=":permissions">Permissions page</a>.', [':permissions' => Url::fromRoute('user.admin_permissions')->toString()]) . '</dd>';
       return $output;
     break;
   }