Skip to content

Commit

Permalink
Merge pull request #1572 from SUNET/eunju-reinstate-resetpw-text
Browse files Browse the repository at this point in the history
Reinstate chpass.different-repeat
  • Loading branch information
eunjuhuss authored Nov 21, 2023
2 parents 4f01269 + 8c23090 commit d4b0639
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/translation/defaultMessages/resetPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,11 @@ export const apiResponses = {
"resetpw.send-sms-success": (
<FormattedMessage id="resetpw.send-sms-success" defaultMessage={`A code has been sent to your phone.`} />
),

"chpass.different-repeat": (
<FormattedMessage
id="chpass.different-repeat"
defaultMessage={`The new password and repeat password are different.`}
/>
),
};

0 comments on commit d4b0639

Please sign in to comment.