diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/field/field_type/CommentItem.php b/core/modules/comment/lib/Drupal/comment/Plugin/field/field_type/CommentItem.php index 432534f..9a9cb00 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/field/field_type/CommentItem.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/field/field_type/CommentItem.php @@ -17,8 +17,8 @@ * * @FieldType( * id = "comment", - * label = @Translation("Comments"), - * description = @Translation("This field manages configuration and presentation of comments on an entity."), + * label = @Translation("Commenting"), + * description = @Translation("This field manages configuration and presentation of commenting on an entity."), * instance_settings = { * "default_mode" = COMMENT_MODE_THREADED, * "per_page" = 50,