Commit f5a45d928850aef5a086564250376262ca1652a2

Authored by Victor Costa
1 parent f3a9c42c

Add translation messages to error code 500

Showing 2 changed files with 4 additions and 2 deletions   Show diff stats
src/languages/en.json
... ... @@ -21,5 +21,6 @@
21 21 "notification.error.default.message": "Something went wrong!",
22 22 "notification.error.default.title": "Oops...",
23 23 "notification.profile.not_found": "Page not found",
24   - "notification.http_error.401.message": "Unauthorized"
  24 + "notification.http_error.401.message": "Unauthorized",
  25 + "notification.http_error.500.message": "Server error"
25 26 }
... ...
src/languages/pt.json
... ... @@ -21,5 +21,6 @@
21 21 "notification.error.default.message": "Algo deu errado!",
22 22 "notification.error.default.title": "Oops...",
23 23 "notification.profile.not_found": "Página não encontrada",
24   - "notification.http_error.401.message": "Não autorizado"
  24 + "notification.http_error.401.message": "Não autorizado",
  25 + "notification.http_error.500.message": "Erro no servidor"
25 26 }
... ...