password.json 332B

12345678910111213
  1. {
  2. "password": {
  3. "title": "Password for [<b>{{username}}</b>]",
  4. "form": {
  5. "button": "Save"
  6. },
  7. "messages": {
  8. "error": "<strong>An error has occurred!</strong> The password could not be changed.",
  9. "success": "<strong>Password changed!</strong>"
  10. }
  11. }
  12. }