Fix crash when saving invalid domain name (#11528)

Fix #7629
This commit is contained in:
Eugen Rochko
2019-08-08 23:04:19 +02:00
parent b95281b533
commit d5963d9401
6 changed files with 23 additions and 4 deletions

View File

@ -588,6 +588,8 @@ en:
people:
one: "%{count} person"
other: "%{count} people"
domain_validator:
invalid_domain: is not a valid domain name
errors:
'403': You don't have permission to view this page.
'404': The page you are looking for isn't here.