Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIS-56: Changed messages in Forgot Password popup #13

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/openlmis-forgot-password/messages_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"openlmisForgotPassword.poweredBy": "Powered by ${openlmis}",
"openlmisForgotPassword.resetPassword.label": "Reset Password",
"openlmisForgotPassword.resetPassword.message": "Please provide your email address and we will send you a reset password link on your registered email.",
"openlmisForgotPassword.resetPasswordAlert.message": "An email with a password reset token has been sent to the email address you provided.",
"openlmisForgotPassword.resetPasswordAlert.title": "Email sent!"
"openlmisForgotPassword.resetPasswordAlert.message": "If an account with the provided email address is active, you will receive an email with instructions to reset your password.",
"openlmisForgotPassword.resetPasswordAlert.title": "Password Reset Requested"
}
Loading