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 unfortunately it didn’t work.', 'progress-planner' ), \esc_attr( $this->email_subject ) );
306
-
?>
302
+
<?php
303
+
printf(
304
+
/* translators: %s is the email subject. */
305
+
\esc_attr__( 'We just tried to send the email "%s" to [EMAIL_ADDRESS], but unfortunately it didn’t work.', 'progress-planner' ),
306
+
\esc_attr( $this->email_subject )
307
+
);
308
+
?>
307
309
"></p>
308
310
309
311
</div>
@@ -314,22 +316,22 @@ public function the_popover_content() {
printf( \esc_attr__( 'The test email didn’t work. The error message was: [ERROR_MESSAGE]', 'progress-planner' ), \esc_attr( $this->email_error ) );
320
-
?>
319
+
<?php
320
+
/* translators: %s is the error message. */
321
+
printf( \esc_attr__( 'The test email didn’t work. The error message was: [ERROR_MESSAGE]', 'progress-planner' ), \esc_attr( $this->email_error ) );
322
+
?>
321
323
">
322
324
</span>
323
325
</div>
324
326
325
327
<p>
326
-
<?php
328
+
<?php
327
329
printf(
328
330
/* translators: %s is a link to the troubleshooting guide. */
329
331
\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' ),
@@ -426,40 +428,19 @@ public function the_popover_content() {
426
428
<div class="prpl-column prpl-column-content">
427
429
<h2 class="prpl-interactive-task-title"><?php\esc_html_e( 'Your email might not be working well', 'progress-planner' ); ?></h2>
428
430
<p class="prpl-interactive-task-description">
429
-
<?php
430
-
\esc_html_e( 'We\'re sorry to hear you did not receive our confirmation email yet. On some websites, it make take up to a few hours to send email. That\'s why we strongly advise you to check back in a few hours from now.', 'progress-planner' );
431
-
?>
431
+
<?php\esc_html_e( 'We\'re sorry to hear you did not receive our confirmation email yet. On some websites, it make take up to a few hours to send email. That\'s why we strongly advise you to check back in a few hours from now.', 'progress-planner' ); ?>
432
432
</p>
433
-
<p class="prpl-interactive-task-description">
434
-
<?php
435
-
\esc_html_e( 'If you already waited a couple of hours and you still didn\'t get our email, your email might not be working well.', 'progress-planner' );
436
-
?>
433
+
<p class="prpl-interactive-task-description"><?php\esc_html_e( 'If you already waited a couple of hours and you still didn\'t get our email, your email might not be working well.', 'progress-planner' ); ?>
\esc_html_e( 'What can you do next? Well, it looks like you are already running an SMTP plugin on your website, but it might not be configured correctly.', 'progress-planner' );
445
-
?>
446
-
</p>
447
-
<p>
448
-
<?php
449
-
\esc_html_e( 'You can find more information about running an SMTP plugin in our troubleshooting guide.', 'progress-planner' );
450
-
?>
451
-
</p>
439
+
<p><?php\esc_html_e( 'What can you do next? Well, it looks like you are already running an SMTP plugin on your website, but it might not be configured correctly.', 'progress-planner' ); ?></p>
440
+
<p><?php\esc_html_e( 'You can find more information about running an SMTP plugin in our troubleshooting guide.', 'progress-planner' ); ?></p>
452
441
<?phpelse : ?>
453
-
<p>
454
-
<?php
455
-
\esc_html_e( 'What can you do next? If you haven\'t already, you may need to install a plugin to handle email for you (an SMTP plugin).', 'progress-planner' );
456
-
?>
457
-
</p>
458
-
<p>
459
-
<?php
460
-
\esc_html_e( 'You can find more information about installing an SMTP plugin in our troubleshooting guide.', 'progress-planner' );
461
-
?>
462
-
</p>
442
+
<p><?php\esc_html_e( 'What can you do next? If you haven\'t already, you may need to install a plugin to handle email for you (an SMTP plugin).', 'progress-planner' ); ?></p>
443
+
<p><?php\esc_html_e( 'You can find more information about installing an SMTP plugin in our troubleshooting guide.', 'progress-planner' ); ?></p>
0 commit comments