diff --git a/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlockBase.php b/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlockBase.php index 106da28..628ae58 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlockBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlockBase.php @@ -129,7 +129,7 @@ public function buildConfigurationForm(array $form, array &$form_state) { ); $form['views_label_warning'] = array( - '#markup' => $this->t('
In most cases you better change the title directly on the view. Overriding the title here will remove dynamic title support from arguments for example.
'), + '#markup' => $this->t('
It is recommended to change the title directly on the view. Overriding the title here will remove dynamic title support from arguments for example.
'), '#type' => 'item', '#states' => array( 'visible' => array(