Issue #2473089 by boris sondagh, jhodgdon, drubb, ifrik: Book settings page has wrong settings label

8.0.x
xjm 2015-05-12 13:01:58 -07:00
parent bf39af8188
commit 05cc734a0f
1 changed files with 1 additions and 1 deletions

View File

@ -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,