diff --git a/src/wp-content/themes/twentytwentyone/image.php b/src/wp-content/themes/twentytwentyone/image.php
index 4ab5e8ce58..530bb5cdbe 100644
--- a/src/wp-content/themes/twentytwentyone/image.php
+++ b/src/wp-content/themes/twentytwentyone/image.php
@@ -66,7 +66,7 @@ while ( have_posts() ) {
// Edit post link.
edit_post_link(
sprintf(
- /* translators: %s: Name of current post. Only visible to screen readers. */
+ /* translators: %s: Post title. Only visible to screen readers. */
esc_html__( 'Edit %s', 'twentytwentyone' ),
'' . get_the_title() . ''
),
@@ -91,7 +91,7 @@ while ( have_posts() ) {
// Edit post link.
edit_post_link(
sprintf(
- /* translators: %s: Name of current post. Only visible to screen readers. */
+ /* translators: %s: Post title. Only visible to screen readers. */
esc_html__( 'Edit %s', 'twentytwentyone' ),
'' . get_the_title() . ''
),
diff --git a/src/wp-content/themes/twentytwentyone/inc/template-tags.php b/src/wp-content/themes/twentytwentyone/inc/template-tags.php
index 8dbad0a01e..4f146a3616 100644
--- a/src/wp-content/themes/twentytwentyone/inc/template-tags.php
+++ b/src/wp-content/themes/twentytwentyone/inc/template-tags.php
@@ -88,7 +88,7 @@ if ( ! function_exists( 'twenty_twenty_one_entry_meta_footer' ) ) {
// Edit post link.
edit_post_link(
sprintf(
- /* translators: %s: Name of current post. Only visible to screen readers. */
+ /* translators: %s: Post title. Only visible to screen readers. */
esc_html__( 'Edit %s', 'twentytwentyone' ),
'' . get_the_title() . ''
),
@@ -129,7 +129,7 @@ if ( ! function_exists( 'twenty_twenty_one_entry_meta_footer' ) ) {
// Edit post link.
edit_post_link(
sprintf(
- /* translators: %s: Name of current post. Only visible to screen readers. */
+ /* translators: %s: Post title. Only visible to screen readers. */
esc_html__( 'Edit %s', 'twentytwentyone' ),
'' . get_the_title() . ''
),
diff --git a/src/wp-content/themes/twentytwentyone/template-parts/content/content-page.php b/src/wp-content/themes/twentytwentyone/template-parts/content/content-page.php
index dbc3c474c9..0ac7ae965d 100644
--- a/src/wp-content/themes/twentytwentyone/template-parts/content/content-page.php
+++ b/src/wp-content/themes/twentytwentyone/template-parts/content/content-page.php
@@ -44,7 +44,7 @@
' . get_the_title() . ''
),