You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user