You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,7 +78,7 @@ protected function get_title() {
69
78
* @return string
70
79
*/
71
80
protectedfunctionget_description() {
72
-
return\esc_html__( 'Set site timezone to ensure scheduled posts and pages are published at desired time.', 'progress-planner' );
81
+
return\esc_html__( 'Setting the time zone correctly on your site is valuable. By setting the correct time zone, you ensure scheduled tasks happen exactly when you want them to happen. To correctly account for daylight savings\', we recommend you use the city-based time zone instead of the UTC offset (e.g. Amsterdam or London).', 'progress-planner' );
73
82
}
74
83
75
84
/**
@@ -95,7 +104,7 @@ public function should_add_task() {
95
104
*/
96
105
publicfunctionprint_popover_instructions() {
97
106
echo'<p>';
98
-
\esc_html_e( 'Set site timezone to ensure scheduled posts and pages are published at desired time.', 'progress-planner' );
107
+
\esc_html_e( 'Setting the time zone correctly on your site is valuable. By setting the correct time zone, you ensure scheduled tasks happen exactly when you want them to happen. To correctly account for daylight savings\', we recommend you use the city-based time zone instead of the UTC offset (e.g. Amsterdam or London).', 'progress-planner' );
99
108
echo'</p>';
100
109
}
101
110
@@ -105,8 +114,9 @@ public function print_popover_instructions() {
// We're not checking for the return value of the update_option calls, because it will return false if the value is the same (for example if gmt_offset is already set to '').
0 commit comments