diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php index 10cc854..05bcc88 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php @@ -445,7 +445,7 @@ public function buildOptionsForm(&$form, &$form_state) { $form['route_name'] = array( '#type' => 'textfield', '#title' => $this->t('Route name'), - '#description' => $this->t('For advanced usecases you might want to set the used route name for your own.'), + '#description' => $this->t('For advanced use cases, you might want to set a specific route name.'), '#default_value' => $this->getOption('route_name'), ); break;