Update src/pages/EditMonitor.vue

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Anurag Ekkati
2026-01-03 14:28:00 -08:00
committed by GitHub
co-authored by Frank Elsinga
parent 11aef47731
commit f9694a21d9
+1 -1
View File
@@ -2100,7 +2100,7 @@ message HealthCheckResponse {
allow_underscores: true,
allow_trailing_dot: true,
})) {
toast.error("Invalid hostname");
toast.error("Invalid hostname. Must be a FQDN, wildcard, underscore, or end with a dot.");
return false;
}
}