From 8f24b1b64cb952e4b03f4e00b2e6f49a43a64dc0 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Fri, 29 Dec 2017 19:40:44 +0100 Subject: [PATCH] Fixed typo in error message placeholder. --- interface/web/sites/form/web_vhost_domain.tform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/sites/form/web_vhost_domain.tform.php b/interface/web/sites/form/web_vhost_domain.tform.php index ce51cc3a4d..98b006eacf 100644 --- a/interface/web/sites/form/web_vhost_domain.tform.php +++ b/interface/web/sites/form/web_vhost_domain.tform.php @@ -885,7 +885,7 @@ if($_SESSION["s"]["user"]["typ"] == 'admin' 'type' => 'CUSTOM', 'class' => 'validate_domain', 'function' => 'web_nginx_directives', - 'errmsg' => 'nginx_directive_blockd_error' + 'errmsg' => 'nginx_directive_blocked_error' ), ), 'default' => '', -- GitLab