diff --git a/front/public/locales/en/errors.json b/front/public/locales/en/errors.json index de5ceb39566..664d19fe104 100644 --- a/front/public/locales/en/errors.json +++ b/front/public/locales/en/errors.json @@ -195,9 +195,9 @@ "NameAlreadyUsed": "A group of work schedules with '{{name}}' already exists" }, "app_health": { - "Timeout": "Timeout error", - "Database": "Database error", - "Redis": "Redis error" + "Timeout": "Service has not responded in time", + "Database": "Database is in error", + "Redis": "Redis is in error" } } }