Skip to content

Commit

Permalink
PSMEL-762 - Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smusmanobjects committed Nov 21, 2024
1 parent 5953418 commit edba036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Postman/Extensions/Core/Notifications/PostmanNotify.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit edba036

Please sign in to comment.