From b42486c6fea976fe5f0615c6fb679fd3c084e7a9 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Mon, 22 Jun 2015 09:18:32 +0200 Subject: [PATCH] fixed inserted text for document root in domain edit page --- interface/web/sites/templates/web_vhost_domain_edit.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/sites/templates/web_vhost_domain_edit.htm b/interface/web/sites/templates/web_vhost_domain_edit.htm index 7daf34e0df..faee19a92e 100644 --- a/interface/web/sites/templates/web_vhost_domain_edit.htm +++ b/interface/web/sites/templates/web_vhost_domain_edit.htm @@ -91,7 +91,7 @@ </div> <tmpl_if name="edit_disabled"> <div class="form-group"> - <label for="document_root" class="col-sm-3 control-label" readonly >{tmpl_var name='ip_address_txt'}</label> + <label for="document_root" class="col-sm-3 control-label" readonly >{tmpl_var name='document_root_txt'}</label> <div class="col-sm-9">{tmpl_var name='document_root'}</div> </div> </tmpl_if> -- GitLab