diff --git a/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php b/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php index 780116c..fa4ccde 100644 --- a/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php +++ b/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php @@ -142,11 +142,11 @@ public static function propertyDefinitions(FieldStorageDefinitionInterface $fiel $properties['alt'] = DataDefinition::create('string') ->setLabel('Alternative text') - ->setDescription("Alternative image text, for the image's 'alt' attribute.")); + ->setDescription("Alternative image text, for the image's 'alt' attribute."); $properties['title'] = DataDefinition::create('string') ->setLabel('Title') - ->setDescription("Image title text, for the image's 'title' attribute.")); + ->setDescription("Image title text, for the image's 'title' attribute."); $properties['width'] = DataDefinition::create('integer') ->setLabel('Width')