diff --git a/includes/layouts/feedzy-pro.php b/includes/layouts/feedzy-pro.php index c2a8fa02..e4f4dc2e 100644 --- a/includes/layouts/feedzy-pro.php +++ b/includes/layouts/feedzy-pro.php @@ -122,14 +122,14 @@

@@ -146,7 +146,7 @@ @@ -154,7 +154,7 @@

diff --git a/js/ActionPopup/SortableItem.js b/js/ActionPopup/SortableItem.js index d49a3c99..5fee4bc9 100644 --- a/js/ActionPopup/SortableItem.js +++ b/js/ActionPopup/SortableItem.js @@ -170,9 +170,8 @@ const SortableItem = ({ propRef, loopIndex, item }) => { label={ __( 'Main Prompt', 'feedzy-rss-feeds' ) } help={ sprintf( - // translators: %1$s is the tag content: {content}, %2$s is the tag content: {content} - __( 'You can use %1$s in the textarea such as: "Rephrase my %2$s for better SEO."', 'feedzy-rss-feeds' ), - '{content}', + // translators: %1$s is the tag content: {content} + __( 'You can use %1$s in the textarea such as: "Rephrase my %1$s for better SEO."', 'feedzy-rss-feeds' ), '{content}' ) }