You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__( '<strong>How it works:</strong> When importing posts from RSS feeds, some items may not include images. This fallback image ensures all your <strong>imported posts</strong> have visual content by automatically applying this image as the featured image when needed.', 'feedzy-rss-feeds' ),
186
-
array(
187
-
'strong' => true,
188
-
)
189
-
);
190
-
?>
191
-
</div>
192
182
</div>
193
183
</div>
194
184
<div class="form-block">
@@ -388,11 +378,11 @@ class="form-label"
388
378
</label>
389
379
</div>
390
380
<div class="help-text pt-8">
391
-
<?phpesc_html_e( 'Send an email with the errors encountered. The frequency can be changed (once per week is the default).', 'feedzy-rss-feeds' ); ?>
381
+
<?phpesc_html_e( 'Enable email alerts for feed errors.', 'feedzy-rss-feeds' ); ?>
"You're in Preview Mode – This shows how your feed will look to visitors.",
191
+
'feedzy-rss-feeds'
192
+
)}
193
+
</strong>
194
+
</p>
195
+
<p>
196
+
{sprintf(
197
+
// translators: %1$s is button label "Hide Preview".
198
+
__(
199
+
'To customize each element (title, meta, description) and adjust layouts, spacing, colors, and typography, click "%1$s" in the toolbar above to enter the advanced editor.',
0 commit comments