about summary refs log tree commit diff
path: root/config/locales
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-08-08 23:04:19 +0200
committerGitHub <noreply@github.com>2019-08-08 23:04:19 +0200
commit7a1f8a58df7edeb4f1d03c9dd3c25d5370d858a6 (patch)
treecc52064354f522e63a70494346655202b3d2ebf9 /config/locales
parent699db454c370247684243d7497f6ebacefbb2a57 (diff)
Fix crash when saving invalid domain name (#11528)
Fix #7629
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/en.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 7fd0536ae..786906e2d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -628,6 +628,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.