Merge pull request #1744 from bluewave-labs/fix/fe/du-status-page-placeholder

fix: DU status page placeholder
This commit is contained in:
Alexander Holliday
2025-02-12 09:14:26 -08:00
committed by GitHub

View File

@@ -75,9 +75,9 @@ const DistributedUptimeStatus = () => {
marginY={theme.spacing(4)}
color={theme.palette.primary.contrastTextTertiary}
>
A public status page is not set up.
A status page is not set up.
</Typography>
<Typography>Please contact to your administrator</Typography>
<Typography>Please contact your administrator</Typography>
</GenericFallback>
</Stack>
);