Merge pull request #2502 from bluewave-labs/fix/missing-password-error-translation

Fix Missing Password Error Translation
This commit is contained in:
Alexander Holliday
2025-06-21 15:29:33 +08:00
committed by GitHub

View File

@@ -507,6 +507,13 @@
},
"auth": {
"common": {
"fields": {
"password": {
"errors": {
"incorrect": "The password you provided does not match our records"
}
}
},
"navigation": {
"continue": "Continue",
"back": "Back"