diff --git a/src/languages/en.json b/src/languages/en.json index c0c3cc7..806ab1d 100644 --- a/src/languages/en.json +++ b/src/languages/en.json @@ -21,5 +21,6 @@ "notification.error.default.message": "Something went wrong!", "notification.error.default.title": "Oops...", "notification.profile.not_found": "Page not found", - "notification.http_error.401.message": "Unauthorized" + "notification.http_error.401.message": "Unauthorized", + "notification.http_error.500.message": "Server error" } diff --git a/src/languages/pt.json b/src/languages/pt.json index 18df068..c91d114 100644 --- a/src/languages/pt.json +++ b/src/languages/pt.json @@ -21,5 +21,6 @@ "notification.error.default.message": "Algo deu errado!", "notification.error.default.title": "Oops...", "notification.profile.not_found": "Página não encontrada", - "notification.http_error.401.message": "Não autorizado" + "notification.http_error.401.message": "Não autorizado", + "notification.http_error.500.message": "Erro no servidor" } -- libgit2 0.21.2