diff --git a/src/wp-content/themes/twentyseventeen/inc/block-patterns.php b/src/wp-content/themes/twentyseventeen/inc/block-patterns.php
index cc8c1aad4f..66e6fa0c87 100644
--- a/src/wp-content/themes/twentyseventeen/inc/block-patterns.php
+++ b/src/wp-content/themes/twentyseventeen/inc/block-patterns.php
@@ -131,7 +131,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
             <h2 class="has-text-align-left has-black-color has-text-color" style="font-size:30px">' . __( 'Strategy', 'twentyseventeen' ) . '</h2>
             <!-- /wp:heading -->
             <!-- wp:paragraph {"align":"left"} -->
-            <p class="has-text-align-left"><a href="#">' . __( 'See Case Study' ) . ' →</a></p>
+            <p class="has-text-align-left"><a href="#">' . __( 'See Case Study', 'twentyseventeen' ) . ' →</a></p>
             <!-- /wp:paragraph --></div></div>
             <!-- /wp:group --></div>
             <!-- /wp:column --></div>
diff --git a/src/wp-content/themes/twentysixteen/inc/block-patterns.php b/src/wp-content/themes/twentysixteen/inc/block-patterns.php
index f5868cd716..e4fc5ca4cf 100644
--- a/src/wp-content/themes/twentysixteen/inc/block-patterns.php
+++ b/src/wp-content/themes/twentysixteen/inc/block-patterns.php
@@ -54,7 +54,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
             <!-- /wp:spacer -->
 
             <!-- wp:heading {"level":1,"style":{"typography":{"fontSize":55}}} -->
-            <h1 style="font-size:55px">' . esc_html__( 'Twenty Sixteen' ) . '</h1>
+            <h1 style="font-size:55px">' . esc_html__( 'Twenty Sixteen', 'twentysixteen' ) . '</h1>
             <!-- /wp:heading -->
 
             <!-- wp:spacer {"height":30} -->
