Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / row / EntityReference.php
index a985ee366d53f5242eb5062cfad7d8c5229947be..29661e3e08eab1dcafe7838aaa165517d46b7c57 100644 (file)
@@ -37,7 +37,7 @@ class EntityReference extends Fields {
     parent::buildOptionsForm($form, $form_state);
 
     // Expand the description of the 'Inline field' checkboxes.
-    $form['inline']['#description'] .= '<br />' . $this->t("<strong>Note:</strong> In 'Entity Reference' displays, all fields will be displayed inline unless an explicit selection of inline fields is made here." );
+    $form['inline']['#description'] .= '<br />' . $this->t("<strong>Note:</strong> In 'Entity Reference' displays, all fields will be displayed inline unless an explicit selection of inline fields is made here.");
   }
 
   /**