Skip to content

Commit

Permalink
Update copy of new notice titles
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidasmi committed Sep 25, 2024
1 parent 067f560 commit 88c6eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/dependencies/dependency-yoast-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function message_minimum_version() {
. '<h4 class="yoast-notice-migrated-header">'
. sprintf(
/* translators: %1$s: Yoast SEO */
esc_html__( 'Install latest %1$s', 'acf-content-analysis-for-yoast-seo' ),
esc_html__( 'Update %1$s', 'acf-content-analysis-for-yoast-seo' ),
'Yoast SEO'
)
. '</h4>'
Expand Down
2 changes: 1 addition & 1 deletion yoast-acf-analysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function yoast_acf_report_missing_acf() {
. '<h4 class="yoast-notice-migrated-header">'
. sprintf(
/* translators: %1$s: ACF Content Analysis for Yoast SEO */
esc_html__( '%1$s could not loaded', 'acf-content-analysis-for-yoast-seo' ),
esc_html__( 'Unable to load %1$s', 'acf-content-analysis-for-yoast-seo' ),
'ACF Content Analysis for Yoast SEO'
)
. '</h4>'
Expand Down

0 comments on commit 88c6eb2

Please sign in to comment.