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";