diff --git a/core/modules/editor/src/Entity/Editor.php b/core/modules/editor/src/Entity/Editor.php index 887d011..5ec7d48 100644 --- a/core/modules/editor/src/Entity/Editor.php +++ b/core/modules/editor/src/Entity/Editor.php @@ -11,6 +11,12 @@ * @ConfigEntityType( * id = "editor", * label = @Translation("Text Editor"), + * label_singular = @Translation("Text Editor"), + * label_plural = @Translation("Text Editors"), + * label_count = @PluralTranslation( + * singular = "@count Text Editor", + * plural = "@count Text Editors" + * ), * entity_keys = { * "id" = "format" * },