diff --git a/src/wp-content/themes/twentytwenty/comments.php b/src/wp-content/themes/twentytwenty/comments.php
index 9bc2d9b791..2bee32644d 100644
--- a/src/wp-content/themes/twentytwenty/comments.php
+++ b/src/wp-content/themes/twentytwenty/comments.php
@@ -32,7 +32,7 @@ if ( $comments ) {
 			<?php
 			if ( ! have_comments() ) {
 				_e( 'Leave a comment', 'twentytwenty' );
-			} elseif ( '1' === $comments_number ) {
+			} elseif ( 1 === $comments_number ) {
 				/* translators: %s: Post title. */
 				printf( _x( 'One reply on &ldquo;%s&rdquo;', 'comments title', 'twentytwenty' ), get_the_title() );
 			} else {
