Skip to content

Commit 8f24b1b

Browse files
author
Till Brehm
committed
Fixed typo in error message placeholder.
1 parent 5c48d83 commit 8f24b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/form/web_vhost_domain.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
'type' => 'CUSTOM',
886886
'class' => 'validate_domain',
887887
'function' => 'web_nginx_directives',
888-
'errmsg' => 'nginx_directive_blockd_error'
888+
'errmsg' => 'nginx_directive_blocked_error'
889889
),
890890
),
891891
'default' => '',

0 commit comments

Comments
 (0)