diff --git a/core/modules/block_content/block_content.module b/core/modules/block_content/block_content.module
index 4f2faa4..efdad43 100644
--- a/core/modules/block_content/block_content.module
+++ b/core/modules/block_content/block_content.module
@@ -22,9 +22,9 @@ function block_content_help($route_name, RouteMatchInterface $route_match) {
$output .= '
' . t('Uses') . '
';
$output .= '';
$output .= '- ' . t('Creating and managing custom block types') . '
';
$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 [-Custom-]{+custom+} 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') . '
';
$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 [-Custom-]{+custom+} 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 .= '
';
return $output;