Index: core/modules/workflows/workflows.module
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- core/modules/workflows/workflows.module	(revision )
+++ core/modules/workflows/workflows.module	(revision )
@@ -15,20 +15,20 @@
     case 'help.page.workflows':
       $output = '';
       $output .= '<h3>' . t('About') . '</h3>';
-      $output .= '<p>' . t('The Workflows module provides a UI and an API for creating workflows content. This lets site admins define workflows and their states, and then define transitions between those states. For more information, see the <a href=":workflow">online documentation for the Workflows module</a>.', [':workflow' => 'https://www.drupal.org/documentation/modules/workflows']) . '</p>';
+      $output .= '<dt>' . t('The Workflows module provides an UI and an API for creating workflows content. This lets site admins define workflows and their states, and then define transitions between those states. For more information, see the <a href=":workflow">online documentation for the Workflows module</a>.', [':workflow' => 'https://www.drupal.org/documentation/modules/workflows']) . '</dt>';
       $output .= '<h3>' . t('Uses') . '</h3>';
-      $output .= '<p>' . t('This module is required  by Content Moderation.') . '</p>';
-      $output .= '<p>' . t('The module allows us to add arbitrary states of content for example: Draft, Review, and Published, which form the workflows, and are assigned to Entities from here <a href="../config/workflow/workflows">Workflows</a>' ) . '</p>';
-      $output .= '<p>' . t('Transitions between workflow states can have actions assigned to them. In our example, we could assign an action so that when the story moves from the Draft state to the Review state an email is sent out.') . '</p>';
+      $output .= '<dt>' . t('This module is required  by Content Moderation.') . '</dt>';
+      $output .= '<dt>' . t('The module allows us to add arbitrary states of content for example: Draft, Review, and Published, which form the workflows, and are assigned to Entities from here <a href=":workpage">Workflows</a>',[':workpage' => '../config/workflow/workflows'] ) . '</dt>';
+      $output .= '<dt>' . t('Transitions between workflow states can have actions assigned to them. For example, we can assign an action so that when the entity moves from the Draft state to the Review state an email is sent out.') . '</dt>';
-      $output .='<h4>' . t('Permissions') . '</h4>';
+      $output .= '<h4>' . t('Permissions') . '</h4>';
-      $output .= '<p>' . t('It comes with permissions for creation and deletion of workflows.<a href="../people/permissions">Permissions</a>') . '</p>';
-      $output .= '<p>' . t('We can also control the transition between states for entities by permissions from Content moderation.<a href="../people/permissions">Permissions</a>') . '</p>';
-      $output .= '<h4>' . t('Workflow') . '</h4>';
-      $output .= '<p>' . t('A collection of states and transitions between those states.') . '</p>';
-      $output .= '<h4>' . t('State') . '</h4>';
-      $output .= '<p>' . t('A particular condition that something is in at a specific time. The usage of the state is determined by a module that harnesses the Workflows module. For example, Content Moderation allows a state to be used for moderation of content by assigning a given state to a content item.') . '</p>';
-      $output .= '<h4>' . t('Transition') . '</h4>';
-      $output .= '<p>' . t('The process of changing from one state to another. A transition can occur from multiple states, but only to one state.') . '</p>';
+      $output .= '<dt>' . t('It comes with permissions for creation and deletion of workflows <a href=":permissions">Permissions</a>',[':permissions' => '../people/permissions']) . '</dt>';
+      $output .= '<dt>' . t('We can also control the transition between states for entities by permissions from Content moderation.<a href=":permissions">Permissions</a>',[':permissions' =>  '../people/permissions']) . '</dt>';
+      $output .= '<h3>' . t('Workflow') . '</h3>';
+      $output .= '<dt>' . t('A collection of states and transitions between those states.') . '</dt>';
+      $output .= '<h3>' . t('State') . '</h3>';
+      $output .= '<dt>' . t('A particular condition that something is in at a specific time. The usage of the state is determined by a module that harnesses the Workflows module. For example, Content Moderation allows a state to be used for moderation of content by assigning a given state to a content item.') . '</dt>';
+      $output .= '<h3>' . t('Transition') . '</h3>';
+      $output .= '<dt>' . t('The process of changing from one state to another. A transition can occur from multiple states, but only to one state.') . '</dt>';
       return $output;
   }
 }
Index: core/modules/workflows/workflows.info.yml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- core/modules/workflows/workflows.info.yml	(revision )
+++ core/modules/workflows/workflows.info.yml	(revision )
@@ -1,6 +1,6 @@
 name: 'Workflows'
 type: module
-description: 'Provides UI and API for managing workflows. This module can be used with the Content moderation module to add highly customisable workflows to content.'
+description: 'Provides UI and API for adding and managing highly customisable workflows for entities.'
 # version: VERSION
 # core: 8.x
 package: Core
