[1mdiff --git a/core/modules/block_content/block_content.module b/core/modules/block_content/block_content.module[m
[1mindex 4f2faa4..efdad43 100644[m
[1m--- a/core/modules/block_content/block_content.module[m
[1m+++ b/core/modules/block_content/block_content.module[m
[36m@@ -22,9 +22,9 @@[m [mfunction block_content_help($route_name, RouteMatchInterface $route_match) {[m
$output .= '
' . t('Uses') . '
';[m
$output .= '';[m
$output .= '- ' . t('Creating and managing custom block types') . '
';[m
$output .= '- ' . t('Users with the Administer blocks permission can create and edit custom block types with fields and display settings, from the Block types page in the [31mCustom[m[32mcustom[m block library. For more information about managing fields and display settings, see the Field UI module help.', array(':types' => \Drupal::url('entity.block_content_type.collection'), ':field-ui' => $field_ui)) . '
';
$output .= '- ' . t('Creating custom blocks') . '
';[m
$output .= '- ' . t('Users with the Administer blocks permission can create, edit, and delete custom blocks of each defined custom block type, from the Blocks page in the [31mCustom[m[32mcustom[m block library. After creating a block, place it in a region from the Block layout page; see the Block module help for more information about placing blocks.', array(':blocks' => \Drupal::url('block.admin_display'), ':block-library' => \Drupal::url('entity.block_content.collection'), ':block_help' => \Drupal::url('help.page', array('name' => 'block')))) . '
';
$output .= '
';[m
return $output;[m