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
printf( \esc_attr__( 'We just tried to send the email "%s" to [EMAIL_ADDRESS], but it didn’t work. The error message was: [ERROR_MESSAGE]', 'progress-planner' ), \esc_attr( $this->email_subject ) );
253
+
printf( \esc_attr__( 'We just tried to send the email "%s" to [EMAIL_ADDRESS], but unfortunately it didn’t work.', 'progress-planner' ), \esc_attr( $this->email_subject ) );
254
254
?>
255
255
"></p>
256
256
257
257
</div>
258
258
259
259
<div class="prpl-column">
260
-
<p><?php\esc_html_e( 'Please fix the issue and try again.', 'progress-planner' ); ?></p>
printf( \esc_attr__( 'The test email didn’t work. The error message was: [ERROR_MESSAGE]', 'progress-planner' ), \esc_attr( $this->email_error ) );
268
+
?>
269
+
">
270
+
</span>
271
+
</div>
272
+
273
+
<p>
274
+
<?php
275
+
printf(
276
+
/* translators: %s is a link to the troubleshooting guide. */
277
+
\esc_html__( 'There are a few common reasons why your email might not be sending. Check the %s to find out what’s causing the issue and how to fix it.', 'progress-planner' ),
printf( \esc_attr__( 'We just sent the email "%s" to [EMAIL_ADDRESS]. It usually arrives within a few minutes. In rare cases, it might take a few hours.', 'progress-planner' ), \esc_attr( $this->email_subject ) );
297
+
printf( \esc_attr__( 'We just sent the email "%s" to [EMAIL_ADDRESS].', 'progress-planner' ), \esc_attr( $this->email_subject ) );
277
298
?>
278
299
"></p>
279
300
280
301
</div>
281
302
282
303
<div class="prpl-column">
283
-
<p><?php\esc_html_e( 'Did you receive our test email?', 'progress-planner' ); ?></p>
304
+
<p><?php\esc_html_e( 'Did you get the test email?', 'progress-planner' ); ?></p>
0 commit comments