From 0689f0351036b7beccf41311c526d4a26771cff8 Mon Sep 17 00:00:00 2001 From: Egor Berezovskiy Date: Thu, 11 Jul 2024 15:43:05 +0200 Subject: [PATCH] Update front/public/locales/en/errors.json Co-authored-by: Jean SIMARD --- front/public/locales/en/errors.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } } }