Issue #2473089 by boris sondagh, jhodgdon, drubb, ifrik: Book settings page has wrong settings label
parent
bf39af8188
commit
05cc734a0f
|
@ -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 <em>Add child page</em> link'),
|
||||
'#default_value' => $config->get('child_type'),
|
||||
'#options' => $types,
|
||||
'#required' => TRUE,
|
||||
|
|
Loading…
Reference in New Issue