From 8011f5dee236a1cf584e88ce0f79ee8601fb9ba1 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Usman Date: Fri, 27 Sep 2024 15:37:33 +0500 Subject: [PATCH] PSMEL-738 - Typo Fix --- .../Postman-Send-Test-Email/PostmanSendTestEmailController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php b/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php index 60b5792a..b96acfaa 100644 --- a/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php +++ b/Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php @@ -222,7 +222,7 @@ public function outputTestEmailContent() { '

%s %s %s

', 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 '
'; printf( '

', esc_html__( 'Session Transcript', 'post-smtp' ) );