From 97919b94c747c7d24f88a0f32aab8fc06844c3ac Mon Sep 17 00:00:00 2001 From: Metin Yazici Date: Sat, 6 Jan 2024 17:17:29 +0100 Subject: [PATCH] Change healthchecks online/offline with the original up/down --- public/locales/en/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index aa4ef1e5..bf39f1d9 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -491,9 +491,9 @@ }, "healthchecks": { "new": "New", - "up": "Online", + "up": "Up", "grace": "In Grace Period", - "down": "Offline", + "down": "Down", "paused": "Paused", "status": "Status", "last_ping": "Last Ping",