diff --git a/core/modules/contact/src/Entity/ContactForm.php b/core/modules/contact/src/Entity/ContactForm.php index 37e763b..8137169 100644 --- a/core/modules/contact/src/Entity/ContactForm.php +++ b/core/modules/contact/src/Entity/ContactForm.php @@ -15,7 +15,7 @@ * label_plural = @Translation("contact forms"), * label_count = @PluralTranslation( * singular = "@count contact form", - * plural = "@count contact forms" + * plural = "@count contact forms", * ), * handlers = { * "access" = "Drupal\contact\ContactFormAccessControlHandler", diff --git a/core/modules/contact/src/Entity/Message.php b/core/modules/contact/src/Entity/Message.php index 157fc9c..a6078cc 100644 --- a/core/modules/contact/src/Entity/Message.php +++ b/core/modules/contact/src/Entity/Message.php @@ -17,7 +17,7 @@ * label_plural = @Translation("contact messages"), * label_count = @PluralTranslation( * singular = "@count contact message", - * plural = "@count contact messages" + * plural = "@count contact messages", * ), * handlers = { * "access" = "Drupal\contact\ContactMessageAccessControlHandler", diff --git a/core/modules/editor/src/Entity/Editor.php b/core/modules/editor/src/Entity/Editor.php index 5ec7d48..1080b62 100644 --- a/core/modules/editor/src/Entity/Editor.php +++ b/core/modules/editor/src/Entity/Editor.php @@ -15,7 +15,7 @@ * label_plural = @Translation("Text Editors"), * label_count = @PluralTranslation( * singular = "@count Text Editor", - * plural = "@count Text Editors" + * plural = "@count Text Editors", * ), * entity_keys = { * "id" = "format" diff --git a/core/modules/field/src/Entity/FieldConfig.php b/core/modules/field/src/Entity/FieldConfig.php index adf85c0..6732ed9 100644 --- a/core/modules/field/src/Entity/FieldConfig.php +++ b/core/modules/field/src/Entity/FieldConfig.php @@ -18,7 +18,7 @@ * label_plural = @Translation("fields"), * label_count = @PluralTranslation( * singular = "@count field", - * plural = "@count fields" + * plural = "@count fields", * ), * handlers = { * "access" = "Drupal\field\FieldConfigAccessControlHandler", diff --git a/core/modules/field/src/Entity/FieldStorageConfig.php b/core/modules/field/src/Entity/FieldStorageConfig.php index 06b60ff..9b1a9bb 100644 --- a/core/modules/field/src/Entity/FieldStorageConfig.php +++ b/core/modules/field/src/Entity/FieldStorageConfig.php @@ -21,7 +21,7 @@ * label_plural = @Translation("field storages"), * label_count = @PluralTranslation( * singular = "@count field storage", - * plural = "@count field storages" + * plural = "@count field storages", * ), * handlers = { * "storage" = "Drupal\field\FieldStorageConfigStorage"