Skip to content

Commit

Permalink
PSMEL-738 - Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smusmanobjects committed Sep 27, 2024
1 parent 9fbc103 commit 8011f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function outputTestEmailContent() {
'<p>%s <b>%s</b> %s</p>',
esc_html__( 'This is the conversation between Postman and the mail server. It can be useful for diagnosing problems.', 'post-smtp' ) ,
esc_html__( 'DO NOT', 'post-smtp' ),
esc_html__( 'post it on-line, it may contain your account password.', 'post-smtp' )
esc_html__( 'post it online, it may contain your account password.', 'post-smtp' )
);
print '<section>';
printf( '<p><label for="postman_test_message_transcript">%s</label></p>', esc_html__( 'Session Transcript', 'post-smtp' ) );
Expand Down

0 comments on commit 8011f5d

Please sign in to comment.