Skip to content

Commit 8e122a3

Browse files
refactor: update help text for fallback image in General Settings (#1121)
1 parent 836aa36 commit 8e122a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/layouts/settings.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ class="<?php echo $_tab === $active_tab ? esc_attr( 'active' ) : ''; ?>"><?php e
110110
<?php do_action( 'feedzy_general_setting_before' ); ?>
111111
<div class="form-block">
112112
<div class="fz-form-group">
113-
<label for="feed-post-default-thumbnail" class="form-label"><?php echo esc_html_e( 'Fallback image for imported posts', 'feedzy-rss-feeds' ); ?></label>
114-
<div class="help-text pb-8"><?php esc_html_e( 'Select an image to be the fallback featured image(Feed2Post).', 'feedzy-rss-feeds' ); ?></div>
113+
<label for="feed-post-default-thumbnail" class="form-label"><?php echo esc_html_e( 'Fallback Featured Image Settings', 'feedzy-rss-feeds' ); ?></label>
114+
<div class="help-text pb-8"><?php esc_html_e( 'Choose a default image to display when RSS feeds don\'t include images.', 'feedzy-rss-feeds' ); ?></div>
115115
<?php
116116
$btn_label = esc_html__( 'Choose image', 'feedzy-rss-feeds' );
117117
if ( $default_thumbnail_id ) :
@@ -129,13 +129,13 @@ class="<?php echo $_tab === $active_tab ? esc_attr( 'active' ) : ''; ?>"><?php e
129129
<div class="help-text">
130130
<?php
131131
echo wp_kses(
132-
__( 'This image will be used for the <strong>imported posts</strong> if an image is not available in the source XML Feed.', 'feedzy-rss-feeds' ),
132+
__( '<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' ),
133133
array(
134134
'strong' => true,
135135
)
136136
);
137137
?>
138-
</div>
138+
</div>
139139
</div>
140140
</div>
141141
<div class="form-block">

0 commit comments

Comments
 (0)