Fix: Uptime Create Monitor General Settings Text

This commit is contained in:
Aryaman Kumar Sharma
2025-04-22 23:38:40 +05:30
parent 39a9b96f2b
commit b4b01f4efe
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ const CreateMonitor = () => {
<ConfigBox>
<Box>
<Typography component="h2">{t("settingsGeneralSettings")}</Typography>
<Typography component="p">{t("distributedUptimeCreateSelectURL")}</Typography>
<Typography component="p">{t("uptimeCreateSelectURL")}</Typography>
</Box>
<Stack gap={theme.spacing(15)}>
<TextInput
+1
View File
@@ -131,6 +131,7 @@
"distributedStatusServerMonitors": "Server Monitors",
"distributedStatusServerMonitorsDescription": "Monitor status of related servers",
"distributedUptimeCreateSelectURL": "Here you can select the URL of the host, together with the type of monitor.",
"uptimeCreateSelectURL": "Here you can select the host address/container ID, together with the display name.",
"distributedUptimeCreateChecks": "Checks to perform",
"distributedUptimeCreateChecksDescription": "You can always add or remove checks after adding your site.",
"distributedUptimeCreateIncidentNotification": "Incident notifications",