Skip to content

Commit

Permalink
fix: translate help us improve tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Oct 25, 2024
1 parent 7f7d490 commit 918ce0d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions includes/layouts/feedzy-improve.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/improve-feedzy.png' ); ?>" alt="">
</div>
<div class="fz-left">
<h3 class="h3 pb-16">Answer a few questions to help us improve Feedzy</h3>
<p>We're always looking for suggestions to further improve Feedzy.
<?php if ( ! feedzy_is_pro() ) { ?>
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.
<?php } ?>
<h3 class="h3 pb-16"><?php esc_html_e( 'Answer a few questions to help us improve Feedzy', 'feedzy-rss-feeds' ); ?></h3>
<p>
<?php
esc_html_e( 'We\'re always looking for suggestions to further improve Feedzy.', 'feedzy-rss-feeds' );
if ( ! feedzy_is_pro() ) {
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' );
}
?>
</p>
<div class="cta">
<a href="javascript:void(0)" id="fz-feedback-btn" class="btn btn-outline-primary" role="button">Take the Survey</a>
<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>
</div>
</div>
</div>
Expand Down

0 comments on commit 918ce0d

Please sign in to comment.