Skip to content

Commit 644fb83

Browse files
committed
translatable of course
1 parent 7eca0af commit 644fb83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

views/onboarding/tasks/select-locale.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<?php echo esc_html( $task['title'] ); ?>
3636
</h3>
3737
<p>
38-
Your locale determines the language and formatting your visitors see, such as date structures and currency. Setting this helps your audience feel right at home. Choose your preferred language and region.
38+
<?php \esc_html_e( 'Your locale determines the language and formatting your visitors see, such as date structures and currency. Setting this helps your audience feel right at home. Choose your preferred language and region.', 'progress-planner' ); ?>
3939
</p>
4040
<form class="prpl-onboarding-task-form" onsubmit="return false;">
4141
<?php

views/onboarding/tasks/select-timezone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<?php echo esc_html( $task['title'] ); ?>
2222
</h3>
2323
<p>
24-
Setting your timezone ensures that scheduled posts and automated updates happen exactly when you expect them to. It keeps your site's clock synced with your local time. Pick your city or offset now!
24+
<?php \esc_html_e( 'Setting your timezone ensures that scheduled posts and automated updates happen exactly when you expect them to. It keeps your site\'s clock synced with your local time. Pick your city or offset now!', 'progress-planner' ); ?>
2525
</p>
2626
<form class="prpl-onboarding-task-form" onsubmit="return false;">
2727
<select id="timezone" name="timezone" data-validate="required">

0 commit comments

Comments
 (0)