Skip to content

Commit

Permalink
Add validation for ServerNames pattern field in translation.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent 67d8965 commit 486ec33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"Edit_Virtualhosts":"Edit virtual host {name}",
"title": "Virtual hosts",
"ServerNames_format": "Domain name not allowed : {error}",
"ServerNames_pattern": "Must be a valid fully qualified domain name: : {error}",
"type_to_confirm": "Type <strong>{name}</strong> to confirm deletion",
"delete_virtualhosts_confirm": "Delete virtual host <strong>{name}</strong>? All data will be deleted. This action is <strong>NOT</strong> reversible",
"sftpgo_url": "SFTPGo WebClient",
Expand Down

0 comments on commit 486ec33

Please sign in to comment.