diff --git a/core/modules/action/action.module b/core/modules/action/action.module
index b346e4830db10c8f67d843c3ee968b39f44a2fa0..c37bd9230d0f8f1771431094717c428a6e55b5d8 100644
--- a/core/modules/action/action.module
+++ b/core/modules/action/action.module
@@ -34,7 +34,7 @@ function action_help($route_name, RouteMatchInterface $route_match) {
 
     case 'action.admin_add':
     case 'entity.action.edit_form':
-      return t('An advanced action offers additional configuration options which may be filled out below. Changing the <em>Label</em> field is recommended in order to better identify the precise action taking place.');
+      return '<p>' . t('An advanced action offers additional configuration options which may be filled out below. Changing the <em>Label</em> field is recommended in order to better identify the precise action taking place.') . '</p>';
   }
 }