Skip to content

Commit edba036

Browse files
PSMEL-762 - Typo Fix
1 parent 5953418 commit edba036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Postman/Extensions/Core/Notifications/PostmanNotify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function slack_token_callback() {
183183
* @param string $errorMessage
184184
*/
185185
public function notify ($log, $postmanMessage, $transcript, $transport, $errorMessage ) {
186-
$message = __( 'You getting this message because an error detected while delivered your email.', 'post-smtp' );
186+
$message = __( 'You are getting this message because an error detected while delivered your email.', 'post-smtp' );
187187
$message .= "\r\n" . sprintf( __( 'For the domain: %1$s','post-smtp' ), get_bloginfo('url') );
188188
$message .= "\r\n" . __( 'The log to paste when you open a support issue:', 'post-smtp' ) . "\r\n";
189189

0 commit comments

Comments
 (0)