diff --git a/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php b/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
index d0359e8e86..629c657130 100644
--- a/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
+++ b/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
@@ -17,7 +17,7 @@ if ( (bool) get_the_author_meta( 'description' ) ) : ?>
 				<?php
 				printf(
 					/* Translators: %s: post author */
-					esc_html( 'By %s', 'twentytwenty' ),
+					esc_html__( 'By %s', 'twentytwenty' ),
 					esc_html( get_the_author() )
 				);
 				?>
