Built motion from commit 3e059bc2.|2.5.32
[motion2.git] / public / app / forgot / i18n / en.json
1 {
2   "FORGOTPASSWORD": {
3     "TITLE": "Recover your password",
4     "EMAIL_ADRESS": "Email address",
5     "SEND_RESET_LINK": "SEND RESET LINK",
6     "GO_BACK": "Go back to login",
7     "LINK_SENT": "Link Sent",
8     "LINNK_SENT_MESSAGE": "An email containing a link to reset your password has been sent to your address!",
9     "PASSWORD_RESET_ERROR": "Password Reset Error",
10     "ERRORS": {
11       "EMAIL_REQUIRED": "Mandatory field",
12       "EMAIL_MUST_VALID": "Wrong format"
13     }
14   }
15 }