Skip to content

Commit 89b13f7

Browse files
committed
one more wording update
1 parent d99a190 commit 89b13f7

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

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

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -433,24 +433,28 @@ public function the_popover_content() {
433433
</div>
434434

435435
<div class="prpl-column">
436-
<p><?php \esc_html_e( 'What can you do next?', 'progress-planner' ); ?></p>
437-
438436
<?php if ( $this->is_there_sending_email_override() ) : ?>
439437
<p>
440438
<?php
441-
\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' );
439+
\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' );
440+
?>
441+
</p>
442+
<p>
443+
<?php
444+
\esc_html_e( 'You can find more information about running an SMTP plugin in our troubleshooting guide.', 'progress-planner' );
442445
?>
443446
</p>
444447
<?php else : ?>
445-
<p>
448+
<p>
446449
<?php
447-
printf(
448-
/* translators: %s is a link to the troubleshooting guide. */
449-
\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' ),
450-
'<a href="' . \esc_url( $this->troubleshooting_guide_url ) . '" target="_blank">' . \esc_html__( 'troubleshooting guide', 'progress-planner' ) . '</a>'
451-
);
450+
\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' );
452451
?>
453-
</p>
452+
</p>
453+
<p>
454+
<?php
455+
\esc_html_e( 'You can find more information about installing an SMTP plugin in our troubleshooting guide.', 'progress-planner' );
456+
?>
457+
</p>
454458
<?php endif; ?>
455459

456460
<div class="prpl-steps-nav-wrapper">

0 commit comments

Comments
 (0)