Unverified Commit 04ad79d1 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 19c4f189
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
      '#type' => 'checkbox',
      '#title' => $this->t('Enable 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);
  }