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
<h2 class="prpl-interactive-task-title"><?php\esc_html_e( 'Your email might not be working well', 'progress-planner' ); ?></h2>
428
+
<p class="prpl-interactive-task-description">
423
429
<?php
424
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' );
425
431
?>
426
432
</p>
427
-
<p>
433
+
<p class="prpl-interactive-task-description">
428
434
<?php
429
-
\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. If you haven\'t already, you may need to install a plugin to handle email for you.', 'progress-planner' );
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' );
\esc_html_e( 'We\'ve detected you\'re most likely already running an SMTP plugin. Please check its documentation to help you in troubleshooting.', 'progress-planner' );
444
+
\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' );
436
450
?>
437
451
</p>
438
452
<?phpelse : ?>
439
-
<p>
453
+
<p>
440
454
<?php
441
-
printf(
442
-
/* translators: %s is a link to the troubleshooting guide. */
443
-
\esc_html__( 'We\'ve not detected an SMTP plugin on your site. Installing one may help resolving the email problem. You can read more about this at %s.', 'progress-planner' ),
\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' );
446
456
?>
447
-
</p>
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>
448
463
<?phpendif; ?>
464
+
449
465
<div class="prpl-steps-nav-wrapper">
450
466
<button class="prpl-button" data-action="openTroubleshootingGuide"><?php\esc_html_e( 'Take me to your troubleshooting guide', 'progress-planner' ); ?></button>
0 commit comments