Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
raosan committed Jul 5, 2023
1 parent bbae5da commit 78013f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth-reset-requestToken.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"subject": "${appName} - Your password has been reset",
"subject": "${appName} - Reset password confirmation",
"text": [
"We got a request to reset your ${appName} account password.",
"If you did not request a password reset, no further action is required."
Expand Down
2 changes: 1 addition & 1 deletion auth-reset-reset.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"subject": "${appName} - Reset password confirmation",
"subject": "${appName} - Your password has been reset",
"text": "Your password has been successfully reset. You may now login into your account with your new password."
}

0 comments on commit 78013f4

Please sign in to comment.