Skip to content

Commit

Permalink
Update ResetPasswordEmail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
romdricks authored Sep 30, 2024
1 parent f04ad51 commit 9f47dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChurchCRM/Emails/users/ResetPasswordEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected function getSubSubject(): string

protected function buildMessageBody(): string
{
return gettext('Your ChurchCRM updated password has been changed') . ':';
return gettext('Your ChurchCRM password has been changed') . ':';
}

public function getTokens(): array
Expand Down

0 comments on commit 9f47dd4

Please sign in to comment.