Skip to content

Commit d99a190

Browse files
committed
3 step failure tweak
1 parent 0fa5cd8 commit d99a190

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

classes/suggested-tasks/providers/interactive/class-email-sending.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,16 +419,22 @@ public function the_popover_content() {
419419
<?php /* Email not received, showing troubleshooting */ ?>
420420
<div class="prpl-columns-wrapper-flex prpl-sending-email-step" id="prpl-sending-email-troubleshooting-step" style="display: none;">
421421
<div class="prpl-column prpl-column-content">
422+
<h2 class="prpl-interactive-task-title"><?php \esc_html_e( 'Your email might not be working well', 'progress-planner' ); ?></h2>
422423
<p>
423424
<?php
424425
\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' );
425426
?>
426427
</p>
427428
<p>
428429
<?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' );
430+
\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' );
430431
?>
431432
</p>
433+
</div>
434+
435+
<div class="prpl-column">
436+
<p><?php \esc_html_e( 'What can you do next?', 'progress-planner' ); ?></p>
437+
432438
<?php if ( $this->is_there_sending_email_override() ) : ?>
433439
<p>
434440
<?php
@@ -446,6 +452,7 @@ public function the_popover_content() {
446452
?>
447453
</p>
448454
<?php endif; ?>
455+
449456
<div class="prpl-steps-nav-wrapper">
450457
<button class="prpl-button" data-action="openTroubleshootingGuide"><?php \esc_html_e( 'Take me to your troubleshooting guide', 'progress-planner' ); ?></button>
451458
</div>

0 commit comments

Comments
 (0)