Skip to content
Snippets Groups Projects
Commit 05cc734a authored by Jess's avatar Jess
Browse files

Issue #2473089 by boris sondagh, jhodgdon, drubb, ifrik: Book settings page...

Issue #2473089 by boris sondagh, jhodgdon, drubb, ifrik: Book settings page has wrong settings label
parent bf39af81
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment