Skip to content

Commit 06be9c5

Browse files
committed
replace missed placeholder
1 parent 3621e65 commit 06be9c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

classes/suggested-tasks/providers/class-set-date-format.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ public function print_popover_instructions() {
128128
\esc_html_e( 'Choosing the right date format helps your visitors instantly understand when something was published without confusion or guessing. It also makes your site feel more familiar and trustworthy, especially if your audience is local.', 'progress-planner' );
129129
echo '</p>';
130130
echo '<p>';
131-
\esc_html_e( 'The date format currently set matches the default format for your site language ([display site language]). Therefore, we expect it\'s set correctly. But can you have a quick look, just to be sure?', 'progress-planner' );
131+
/* translators: %s: The date format. */
132+
printf( \esc_html__( 'The date format currently set matches the default format for your site language (%s). Therefore, we expect it\'s set correctly. But can you have a quick look, just to be sure?', 'progress-planner' ), \esc_html( \get_option( 'date_format' ) ) );
132133
echo '</p>';
133134
echo '<p>';
134135
\esc_html_e( 'Tip: Pick the format that matches what your audience expects.', 'progress-planner' );

0 commit comments

Comments
 (0)