Skip to content

Commit 918ce0d

Browse files
fix: translate help us improve tab
1 parent 7f7d490 commit 918ce0d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

includes/layouts/feedzy-improve.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/improve-feedzy.png' ); ?>" alt="">
66
</div>
77
<div class="fz-left">
8-
<h3 class="h3 pb-16">Answer a few questions to help us improve Feedzy</h3>
9-
<p>We're always looking for suggestions to further improve Feedzy.
10-
<?php if ( ! feedzy_is_pro() ) { ?>
11-
If your feedback is especially helpful and we choose to do an interview with you to discuss your suggestions, you will even gain a yearly membership for free for your trouble.
12-
<?php } ?>
8+
<h3 class="h3 pb-16"><?php esc_html_e( 'Answer a few questions to help us improve Feedzy', 'feedzy-rss-feeds' ); ?></h3>
9+
<p>
10+
<?php
11+
esc_html_e( 'We\'re always looking for suggestions to further improve Feedzy.', 'feedzy-rss-feeds' );
12+
if ( ! feedzy_is_pro() ) {
13+
esc_html_e( 'If your feedback is especially helpful and we choose to do an interview with you to discuss your suggestions, you will even gain a yearly membership for free for your trouble.', 'feedzy-rss-feeds' );
14+
}
15+
?>
1316
</p>
1417
<div class="cta">
15-
<a href="javascript:void(0)" id="fz-feedback-btn" class="btn btn-outline-primary" role="button">Take the Survey</a>
18+
<a href="javascript:void(0)" id="fz-feedback-btn" class="btn btn-outline-primary" role="button"><?php esc_html_e( 'Take the Survey', 'feedzy-rss-feeds' ); ?></a>
1619
</div>
1720
</div>
1821
</div>

0 commit comments

Comments
 (0)