Skip to content

Commit 13b88ee

Browse files
fix: add translation
1 parent a41a59b commit 13b88ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/layouts/feedzy-support.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ class="feedzy-helper-subscribe"
4545

4646
<div class="mb-20">
4747
<div class="feedzy-helper-info">
48-
Get tips, updates & unlock exclusive guides
48+
<?php esc_html_e( 'Get tips, updates & unlock exclusive guides', 'feedzy-rss-feeds' ); ?>
4949
</div>
5050
<div style="font-size: 16px;">
51-
Help improve Feedzy with anonymous usage insights
51+
<?php esc_html_e( 'Help improve Feedzy with anonymous usage insights', 'feedzy-rss-feeds' ); ?>
5252
</div>
5353
</div>
5454

@@ -57,7 +57,7 @@ class="feedzy-helper-subscribe"
5757
name="feedzy_subscribe_button"
5858
class="feedzy-subscribe"
5959
>
60-
Get Started →
60+
<?php esc_html_e( 'Get Started →', 'feedzy-rss-feeds' ); ?>
6161
</button>
6262

6363
</form>

0 commit comments

Comments
 (0)