Skip to content

Commit

Permalink
Merge pull request #864 from bakaphp/fix-update-password-message
Browse files Browse the repository at this point in the history
Update PasswordUpdate.php
  • Loading branch information
rwhite27 authored Jan 8, 2024
2 parents a1aa2c5 + 8421288 commit 317f38e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Notifications/PasswordUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public function message() : string
]
);
} catch (Throwable $e) {
$message = "Hi {$this->fromUser->firstname} {$this->fromUser->lastname}, your password for {$app->name} was updated <br /><br />
Thanks ";
$message = "Hi {$this->fromUser->firstname} {$this->fromUser->lastname}, your password for {$app->name} was updated. Thanks ";
}

return $message;
Expand Down

0 comments on commit 317f38e

Please sign in to comment.