diff --git a/core/modules/views/src/Plugin/views/display/Page.php b/core/modules/views/src/Plugin/views/display/Page.php index 278bfa3a9e..75f071748a 100644 --- a/core/modules/views/src/Plugin/views/display/Page.php +++ b/core/modules/views/src/Plugin/views/display/Page.php @@ -458,7 +458,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) { $form['always_use_admin_theme'] = [ '#type' => 'checkbox', '#title' => $this->t('Always use admin theme'), - '#description' => $this->t('Paths starting with /admin/ use the admin theme even when this is not set.'), + '#description' => $this->t('Paths starting with "admin/" use the admin theme even when this option is not checked.'), '#default_value' => $this->getOption('always_use_admin_theme'), ]; break;