Skip to content

Commit 937939d

Browse files
committed
fix: qa issues
1 parent b538f85 commit 937939d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

includes/admin/feedzy-rss-feeds-import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function enqueue_styles() {
161161
'media_iframe_button' => __( 'Set default image', 'feedzy-rss-feeds' ),
162162
'action_btn_text_1' => __( 'Choose image', 'feedzy-rss-feeds' ),
163163
'action_btn_text_2' => __( 'Replace image', 'feedzy-rss-feeds' ),
164-
'author_helper' => __( 'If the author you are looking for isn\'t found, you can input the author username.', 'feedzy-rss-feeds' ),
164+
'author_helper' => __( 'We display up to 100 users. If the desired username isn’t listed, type the exact existing username manually to save it.', 'feedzy-rss-feeds' ),
165165
'clearLogButton' => __( 'Clear Log', 'feedzy-rss-feeds' ),
166166
'okButton' => __( 'Ok', 'feedzy-rss-feeds' ),
167167
'removeErrorLogsMsg' => __( 'Removed all error logs.', 'feedzy-rss-feeds' ),

includes/views/import-metabox-edit.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ class="dashicons dashicons-arrow-down-alt2"></span>
115115

116116
<input type="hidden" name="feedzy_meta_data[filter_conditions]" id="feed-post-filters-conditions" value="<?php echo esc_attr( $filter_conditions ); ?>">
117117
<div class="fz-conditions" id="fz-conditions"></div>
118+
<?php if ( ! feedzy_is_pro() ) : ?>
118119
<div class="fdz-upgrade-link"><span class="dashicons dashicons-lock"></span> <a href="<?php echo esc_url(feedzy_upgrade_link('filters', 'import')); ?>"><?php _e( 'Upgrade to Unlock Advanced Filtering', 'feedzy-rss-feeds'); ?> </a></div>
120+
<?php endif; ?>
119121
</div>
120122
</div>
121123
</div>
@@ -628,7 +630,7 @@ class="fz-switch-toggle" type="checkbox" value="yes"
628630
</div>
629631
</div>
630632
</div>
631-
<div class="form-block form-block-two-column <?php echo esc_attr( apply_filters( 'feedzy_upsell_class', '' ) ); ?>">
633+
<div class="form-block form-block-two-column no-border <?php echo esc_attr( apply_filters( 'feedzy_upsell_class', '' ) ); ?>">
632634
<?php echo wp_kses_post( apply_filters( 'feedzy_upsell_content', '', 'remove-duplicates', 'import' ) ); ?>
633635
<div class="fz-left">
634636
<h4 class="h4"><?php esc_html_e( 'Duplication Key', 'feedzy-rss-feeds' ); ?> <?php echo ! feedzy_is_pro() ? ' <span class="pro-label">PRO</span>' : ''; ?></h4>
@@ -644,7 +646,7 @@ class="fz-switch-toggle" type="checkbox" value="yes"
644646
</div>
645647
</div>
646648

647-
<div class=" form-block form-block-two-column <?php echo esc_attr( apply_filters( 'feedzy_upsell_class', '' ) ); ?>">
649+
<div class="form-block form-block-two-column <?php echo esc_attr( apply_filters( 'feedzy_upsell_class', '' ) ); ?>">
648650
<?php echo wp_kses_post( apply_filters( 'feedzy_upsell_content', '', 'auto-delete', 'import' ) ); ?>
649651
<div class="fz-left">
650652
<h4 class="h4"><?php esc_html_e( 'Auto-Delete', 'feedzy-rss-feeds' ); ?> <?php echo ! feedzy_is_pro() ? ' <span class="pro-label">PRO</span>' : ''; ?></h4>
@@ -722,7 +724,7 @@ class="fz-switch-toggle" type="checkbox" value="yes"
722724
</div>
723725
</div>
724726

725-
<div class="form-block form-block-two-column no-border <?php echo ! feedzy_is_pro() && ! feedzy_is_legacyv5() ? esc_attr( apply_filters( 'feedzy_upsell_class', '' ) ) : ''; ?>">
727+
<div class="form-block form-block-two-column <?php echo ! feedzy_is_pro() && ! feedzy_is_legacyv5() ? esc_attr( apply_filters( 'feedzy_upsell_class', '' ) ) : ''; ?>">
726728

727729
<?php echo ! feedzy_is_pro() && ! feedzy_is_legacyv5() ? wp_kses_post( apply_filters( 'feedzy_upsell_content', '', 'item-count', 'import' ) ) : ''; ?>
728730
<div class="fz-left">

0 commit comments

Comments
 (0)