From 49c352c715f61b24fa7a9d899131fb9350deef06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benavente?= Date: Sat, 16 Mar 2024 17:28:58 -0300 Subject: [PATCH] Fix error message strings --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 80cb3041..a4e40b98 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -712,10 +712,10 @@ en: title: "Error 404" message: "Not Found" 422: - title: "Error 404" + title: "Error 422" message: "Illegal Error" 500: - title: "Error 404" + title: "Error 500" message: "Internal Server Error" # Misc strings