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