Skip to content

Commit 2c1a6ae

Browse files
committed
Twenty Seventeen: Fix wrong text-domain introduced in [57281].
Follow-up to [57281]. Unprops audrasjb. See #60245. git-svn-id: https://develop.svn.wordpress.org/trunk@57282 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e3fc052 commit 2c1a6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-content/themes/twentyseventeen/inc/block-patterns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<h2 class="has-text-align-left has-black-color has-text-color" style="font-size:30px">' . __( 'Strategy', 'twentyseventeen' ) . '</h2>
132132
<!-- /wp:heading -->
133133
<!-- wp:paragraph {"align":"left"} -->
134-
<p class="has-text-align-left"><a href="#">' . __( 'See Case Study', 'twentysixteen' ) . ' →</a></p>
134+
<p class="has-text-align-left"><a href="#">' . __( 'See Case Study', 'twentyseventeen' ) . ' →</a></p>
135135
<!-- /wp:paragraph --></div></div>
136136
<!-- /wp:group --></div>
137137
<!-- /wp:column --></div>

0 commit comments

Comments
 (0)