1
0

Add translation keys for reset password page (#1502)

* Begin Work

* Add email sent notification keys

* Finish adding notification keys

* Fix lint error

* Finish work (I think)

* Remove password label (generic)

* Add password label key

* Re-organize Reset password page messages (#11)

- Group messages by their use
- Change some of the keys for clarity
- Change some keys to conform to conventions

---------

Co-authored-by: Sasha Sorokin <10401817+brawaru@users.noreply.github.com>
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Mysterious_Dev
2024-01-27 18:27:34 +01:00
committed by GitHub
parent 52b299315d
commit f0631d734e
3 changed files with 142 additions and 19 deletions

View File

@@ -63,6 +63,10 @@ export const commonMessages = defineMessages({
id: 'label.rejected',
defaultMessage: 'Rejected',
},
passwordLabel: {
id: 'label.password',
defaultMessage: 'Password',
},
saveButton: {
id: 'button.save',
defaultMessage: 'Save',