From edba036dcc415273199f684fb215e8488b805563 Mon Sep 17 00:00:00 2001
From: Syed Muhammad Usman <smusman@objects.email>
Date: Thu, 21 Nov 2024 11:42:34 +0500
Subject: [PATCH] PSMEL-762 - Typo Fix

---
 Postman/Extensions/Core/Notifications/PostmanNotify.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Postman/Extensions/Core/Notifications/PostmanNotify.php b/Postman/Extensions/Core/Notifications/PostmanNotify.php
index 68a5ef99..fc63f9c3 100644
--- a/Postman/Extensions/Core/Notifications/PostmanNotify.php
+++ b/Postman/Extensions/Core/Notifications/PostmanNotify.php
@@ -183,7 +183,7 @@ public function slack_token_callback() {
      * @param string $errorMessage
      */
     public function notify ($log, $postmanMessage, $transcript, $transport, $errorMessage ) {
-        $message = __( 'You getting this message because an error detected while delivered your email.', 'post-smtp' );
+        $message = __( 'You are getting this message because an error detected while delivered your email.', 'post-smtp' );
         $message .= "\r\n" . sprintf( __( 'For the domain: %1$s','post-smtp' ), get_bloginfo('url') );
         $message .= "\r\n" . __( 'The log to paste when you open a support issue:', 'post-smtp' ) . "\r\n";