From 1b50a17cecb89179347164ec89fb72c8a44c3a06 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Thu, 27 Feb 2025 14:31:17 -0800 Subject: [PATCH] set monitor name instead of placeholder data --- src/Pages/DistributedUptimeStatus/Status/index.jsx | 6 ++---- src/locales/gb.json | 3 +-- src/locales/tr.json | 3 +-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Pages/DistributedUptimeStatus/Status/index.jsx b/src/Pages/DistributedUptimeStatus/Status/index.jsx index 4a8610036..fa5069eae 100644 --- a/src/Pages/DistributedUptimeStatus/Status/index.jsx +++ b/src/Pages/DistributedUptimeStatus/Status/index.jsx @@ -183,11 +183,9 @@ const DistributedUptimeStatus = () => { - {t("distributedRightCatagoryTitle")} - - - {t("distributedRightCatagoryDescription")} + {t("distributedRightCategoryTitle")} + {statusPage.companyName} diff --git a/src/locales/gb.json b/src/locales/gb.json index 2de3fa6f8..e12309469 100644 --- a/src/locales/gb.json +++ b/src/locales/gb.json @@ -63,8 +63,7 @@ "webhookUnsupportedPlatform": "Unsupported platform: {platform}", "distributedStatusHeaderText": "Real-time, real-device coverage", "distributedStatusSubHeaderText": "Powered by millions devices worldwide, view a system performance by global region, country or city", - "distributedRightCatagoryTitle": "Monitor", - "distributedRightCatagoryDescription": "Mainnet Beta Cluster", + "distributedRightCategoryTitle": "Monitor", "distributedStatusServerMonitors": "Server Monitors", "distributedStatusServerMonitorsDescription": "Monitor status of related servers" } diff --git a/src/locales/tr.json b/src/locales/tr.json index 7632c31fd..5ff3448b7 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -58,6 +58,5 @@ "authRegisterBySigningUp": "Kayıt olarak, aşağıdaki şartları kabul ediyorsunuz:", "distributedStatusHeaderText": "Gerçek zamanlı, Gerçek cihazlar kapsamı", "distributedStatusSubHeaderText": "Dünya çapında milyonlarca cihaz tarafından desteklenen sistem performansını küresel bölgeye, ülkeye veya şehre göre görüntüleyin", - "distributedRightCatagoryTitle": "Monitör", - "distributedRightCatagoryDescription": "Mainnet Beta Kümesi" + "distributedRightCategoryTitle": "Monitör" }