Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / views / src / Plugin / views / field / FieldPluginBase.php
index ef23c8d76d973c38268f0888cabd9636b05fb7c0..78c6a1281626f7260eaf55636c582cb2ee7036dc 100644 (file)
@@ -1056,7 +1056,7 @@ abstract class FieldPluginBase extends HandlerBase implements FieldHandlerInterf
       '#type' => 'textarea',
       '#title' => $this->t('No results text'),
       '#default_value' => $this->options['empty'],
-      '#description' => $this->t('Provide text to display if this field contains an empty result. You may include HTML. You may enter data from this view as per the "Replacement patterns" in the "Rewrite Results" section below.'),
+      '#description' => $this->t('Provide text to display if this field contains an empty result. You may include HTML. You may enter data from this view as per the "Replacement patterns" in the "Rewrite Results" section above.'),
       '#fieldset' => 'empty_field_behavior',
     ];