Skip to content

Commit

Permalink
Add validation messages for host pattern and format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent 14efc10 commit 1f12c9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"advanced": "Advanced",
"configuring": "Configuring",
"instance_configuration": "Configure kickstart",
"domain_already_used_in_traefik": "Domain already used in traefik"
"domain_already_used_in_traefik": "Domain already used in traefik",
"host_pattern": "Must be a valid fully qualified domain name",
"host_format": "Must be a valid fully qualified domain name"
},
"about": {
"title": "About"
Expand Down

0 comments on commit 1f12c9e

Please sign in to comment.