diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
index e056d7b2db..c4bcf5b640 100644
--- a/src/wp-includes/comment-template.php
+++ b/src/wp-includes/comment-template.php
@@ -2425,7 +2425,7 @@ function comment_form( $args = array(), $post_id = null ) {
$required_text = sprintf(
/* translators: %s: Asterisk symbol (*). */
- ' ',
+ ' ' . __( 'Required fields are marked %s' ) . '',
trim( $required_indicator )
);