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(
|
$form['book_child_type'] = array(
|
||||||
'#type' => 'radios',
|
'#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'),
|
'#default_value' => $config->get('child_type'),
|
||||||
'#options' => $types,
|
'#options' => $types,
|
||||||
'#required' => TRUE,
|
'#required' => TRUE,
|
||||||
|
|
Loading…
Reference in New Issue