mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 01:03:21 +00:00
Update src/pages/EditMonitor.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
co-authored by
Frank Elsinga
parent
11aef47731
commit
f9694a21d9
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user