|
21 | 21 | <div class="prpl-column prpl-column-content"> |
22 | 22 | <h2 class="prpl-interactive-task-title"><?php \esc_html_e( 'Test if your site can send emails', 'progress-planner' ); ?></h2> |
23 | 23 | <p class="prpl-interactive-task-description"><?php \esc_html_e( 'Your WordPress site sometimes needs to send emails. For example, to reset a password, send a comment notification, or warn you when something breaks. Contact forms also use email.', 'progress-planner' ); ?></p> |
24 | | - <p class="prpl-interactive-task-description"><?php \esc_html_e( 'It’s important to check if these emails are actually sent. Enter your email address on the right to get a test email.', 'progress-planner' ); ?></p> |
| 24 | + <p class="prpl-interactive-task-description"><?php \esc_html_e( 'It is important to check if these emails are actually sent. Enter your email address on the right to get a test email.', 'progress-planner' ); ?></p> |
25 | 25 | </div> |
26 | 26 | <div class="prpl-column"> |
27 | 27 | <p><?php \esc_html_e( 'Where should we send the test email?', 'progress-planner' ); ?></p> |
|
38 | 38 |
|
39 | 39 | <div class="prpl-steps-nav-wrapper"> |
40 | 40 | <button class="prpl-button" data-action="showResults" type="submit"> |
41 | | - <?php |
42 | | - /* translators: %s is a forward arrow icon. */ |
43 | | - \printf( \esc_html__( 'Next step %s', 'progress-planner' ), '<span class="dashicons dashicons-arrow-right-alt2"></span>' ); |
44 | | - ?> |
| 41 | + <?php /* translators: %s is a forward arrow icon. */ ?> |
| 42 | + <?php \printf( \esc_html__( 'Next step %s', 'progress-planner' ), '<span class="dashicons dashicons-arrow-right-alt2"></span>' ); ?> |
45 | 43 | </button> |
46 | 44 | </div> |
47 | 45 | </form> |
|
72 | 70 | <span class="prpl-note-text" data-email-message=" |
73 | 71 | <?php |
74 | 72 | /* translators: %s is the error message. */ |
75 | | - \printf( \esc_attr__( 'The test email didn’t work. The error message was: [ERROR_MESSAGE]', 'progress-planner' ), \esc_attr( $prpl_email_error ) ); |
| 73 | + \printf( \esc_attr__( 'The test email did not work. The error message was: [ERROR_MESSAGE]', 'progress-planner' ), \esc_attr( $prpl_email_error ) ); |
76 | 74 | ?> |
77 | 75 | "> |
78 | 76 | </span> |
|
82 | 80 | <?php |
83 | 81 | \printf( |
84 | 82 | /* translators: %s is a link to the troubleshooting guide. */ |
85 | | - \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' ), |
| 83 | + \esc_html__( 'There are a few common reasons why your email might not be sending. Check the %s to find out what is causing the issue and how to fix it.', 'progress-planner' ), |
86 | 84 | '<a href="' . \esc_url( $prpl_troubleshooting_guide_url ) . '" target="_blank">' . \esc_html__( 'troubleshooting guide', 'progress-planner' ) . '</a>' |
87 | 85 | ); |
88 | 86 | ?> |
|
184 | 182 | <p class="prpl-interactive-task-description"> |
185 | 183 | <?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' ); ?> |
186 | 184 | </p> |
187 | | - <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' ); ?> |
| 185 | + <p class="prpl-interactive-task-description"> |
| 186 | + <?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' ); ?> |
188 | 187 | </p> |
189 | 188 | </div> |
190 | 189 |
|
|
0 commit comments