Issue #3159793 by stefvanlooveren, borisson_: Typo in the media library settings form

merge-requests/2/head
Alex Pott 2020-07-17 13:20:49 +01:00
parent 19c4f1898e
commit 04ad79d12d
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class SettingsForm extends ConfigFormBase {
'#type' => 'checkbox', '#type' => 'checkbox',
'#title' => $this->t('Enable advanced UI'), '#title' => $this->t('Enable advanced UI'),
'#default_value' => $this->config('media_library.settings')->get('advanced_ui'), '#default_value' => $this->config('media_library.settings')->get('advanced_ui'),
'#description' => $this->t('If checked, users creating new media items in the media library will see a summary of their selected media items, and they will be able insert their selection directly into the media field or text editor.'), '#description' => $this->t('If checked, users creating new media items in the media library will see a summary of their selected media items, and they will be able to insert their selection directly into the media field or text editor.'),
]; ];
return parent::buildForm($form, $form_state); return parent::buildForm($form, $form_state);
} }