mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-09 11:05:25 -06:00
Merge pull request #1839 from bluewave-labs/feat/DePIN-status-header
feat: set monitor name instead of placeholder data
This commit is contained in:
@@ -183,11 +183,9 @@ const DistributedUptimeStatus = () => {
|
||||
<RowContainer>
|
||||
<Stack>
|
||||
<Typography variant={`body2`}>
|
||||
{t("distributedRightCatagoryTitle")}
|
||||
</Typography>
|
||||
<Typography variant={`h2`}>
|
||||
{t("distributedRightCatagoryDescription")}
|
||||
{t("distributedRightCategoryTitle")}
|
||||
</Typography>
|
||||
<Typography variant={`h2`}>{statusPage.companyName}</Typography>
|
||||
</Stack>
|
||||
</RowContainer>
|
||||
</SubHeader>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user