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
parent 11aef47731
commit f9694a21d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}
}