Skip to content

Commit c4bdbb5

Browse files
committed
add back arrow icon
1 parent 89b13f7 commit c4bdbb5

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function the_popover_content() {
286286
<div class="prpl-steps-nav-wrapper">
287287
<button class="prpl-button" data-action="showResults" type="submit">
288288
<?php
289-
/* translators: %s is an arrow icon. */
289+
/* translators: %s is a forward arrow icon. */
290290
printf( \esc_html__( 'Next step %s', 'progress-planner' ), '<span class="dashicons dashicons-arrow-right-alt2"></span>' );
291291
?>
292292
</button>
@@ -333,7 +333,12 @@ public function the_popover_content() {
333333
</p>
334334

335335
<div class="prpl-steps-nav-wrapper">
336-
<button class="prpl-button" data-action="showForm"><?php \esc_html_e( 'Try again', 'progress-planner' ); ?></button>
336+
<button class="prpl-button" data-action="showForm">
337+
<?php
338+
/* translators: %s is a back arrow icon. */
339+
printf( \esc_html__( ' %s Try again', 'progress-planner' ), '<span class="dashicons dashicons-arrow-left-alt2"></span>' );
340+
?>
341+
</button>
337342
<button class="prpl-button" data-action="closePopover"><?php \esc_html_e( 'Retry later', 'progress-planner' ); ?></button>
338343
</div>
339344
</div>
@@ -420,12 +425,12 @@ public function the_popover_content() {
420425
<div class="prpl-columns-wrapper-flex prpl-sending-email-step" id="prpl-sending-email-troubleshooting-step" style="display: none;">
421426
<div class="prpl-column prpl-column-content">
422427
<h2 class="prpl-interactive-task-title"><?php \esc_html_e( 'Your email might not be working well', 'progress-planner' ); ?></h2>
423-
<p>
428+
<p class="prpl-interactive-task-description">
424429
<?php
425430
\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' );
426431
?>
427432
</p>
428-
<p>
433+
<p class="prpl-interactive-task-description">
429434
<?php
430435
\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' );
431436
?>

0 commit comments

Comments
 (0)