Skip to content

Commit fcf213c

Browse files
fix: update message
1 parent a01a687 commit fcf213c

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

includes/views/import-metabox-edit.php

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -743,13 +743,9 @@ class="fz-switch-toggle" type="checkbox" value="yes"
743743
<div class="fz-form-group mb-20">
744744
<div class="help-text">
745745
<?php
746-
echo wp_kses_post(
747-
sprintf(
748-
/* translators: %s: opening anchor tag, %s: closing anchor tag */
749-
__( 'No general fallback image set. %s', 'feedzy-rss-feeds' ),
750-
'<a href="' . esc_url( admin_url( 'admin.php?page=feedzy-settings' ) ) . '" target="_blank">' . esc_html__( 'Set one in Feedzy Settings', 'feedzy-rss-feeds' ) . '</a>'
751-
)
752-
);
746+
echo wp_kses_post(
747+
__( 'No general fallback image set. ', 'feedzy-rss-feeds' )
748+
);
753749
?>
754750
</div>
755751
</div>
@@ -759,7 +755,7 @@ class="fz-switch-toggle" type="checkbox" value="yes"
759755
<?php
760756
echo wp_kses_post(
761757
sprintf(
762-
/* translators: %s: opening anchor tag, %s: closing anchor tag */
758+
/* translators: %s is replaced with a link to the Feedzy Settings page */
763759
__( 'You can update the general fallback image in %s.', 'feedzy-rss-feeds' ),
764760
'<a href="' . esc_url( admin_url( 'admin.php?page=feedzy-settings' ) ) . '" target="_blank">' . esc_html__( 'Feedzy Settings', 'feedzy-rss-feeds' ) . '</a>'
765761
)

0 commit comments

Comments
 (0)