Fix hostname/IP validation to prevent whitespace input in the SSL and Create New Service form (closes #114)
This commit is contained in:
@@ -88,6 +88,7 @@ export const servicesTranslations: ServicesTranslations = {
|
||||
serviceNameRequired: "Service name is required",
|
||||
urlDomainHostRequired: "URL/Domain/Host is required",
|
||||
enterValidUrlHostnameDomain: "Please enter a valid URL, hostname, or domain",
|
||||
spacesNotAllowed: "Spaces are not allowed",
|
||||
|
||||
// Dashboard
|
||||
upServices: "UP SERVICES",
|
||||
|
||||
Reference in New Issue
Block a user