Skip to content

Commit 7eca0af

Browse files
committed
add description for set timezone & site locale tasks
1 parent da0062c commit 7eca0af

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-
Venenatis parturient suspendisse massa cursus litora dapibus auctor, et vestibulum blandit condimentum quis ultrices sagittis aliquam.
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.
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-
Venenatis parturient suspendisse massa cursus litora dapibus auctor, et vestibulum blandit condimentum quis ultrices sagittis aliquam.
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!
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)