Issue #2807807 by Prashant.c, DanielVeza, cilefen: Properly wrap action module help for the "add" and "edit" options in a <p> tag
parent
40664e7185
commit
6d7ec44ea4
|
@ -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>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue