diff --git a/core/modules/book/src/Form/BookSettingsForm.php b/core/modules/book/src/Form/BookSettingsForm.php
index 0db0dc5..0f50a7b 100644
--- a/core/modules/book/src/Form/BookSettingsForm.php
+++ b/core/modules/book/src/Form/BookSettingsForm.php
@@ -45,7 +45,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
     );
     $form['book_child_type'] = array(
       '#type' => 'radios',
-      '#title' => $this->t('Content type for child pages'),
+      '#title' => $this->t('Content type for the <em>Add child page</em> link'),
       '#default_value' => $config->get('child_type'),
       '#options' => $types,
       '#required' => TRUE,
