reset.json 995B

12345678910111213141516171819202122232425262728
  1. {
  2. "reset": {
  3. "request": {
  4. "title": "Reset your password",
  5. "form": {
  6. "button": "Reset password"
  7. },
  8. "messages": {
  9. "info": "Enter the email address you used to register",
  10. "success": "Check your emails for details on how to reset your password.",
  11. "notfound": "<strong>Email address isn't registered!</strong> Please check and try again"
  12. }
  13. },
  14. "finish": {
  15. "title": "Reset password",
  16. "form": {
  17. "button": "Validate new password"
  18. },
  19. "messages": {
  20. "info": "Choose a new password",
  21. "success": "<strong>Your password has been reset.</strong> Please ",
  22. "keymissing": "The reset key is missing.",
  23. "error": "Your password couldn't be reset. Remember a password request is only valid for 24 hours."
  24. }
  25. }
  26. }
  27. }