Skip to content

Commit b42486c

Browse files
author
Florian Schaal
committed
fixed inserted text for document root in domain edit page
1 parent 18bf6c1 commit b42486c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/templates/web_vhost_domain_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
9191
</div>
9292
<tmpl_if name="edit_disabled">
9393
<div class="form-group">
94-
<label for="document_root" class="col-sm-3 control-label" readonly >{tmpl_var name='ip_address_txt'}</label>
94+
<label for="document_root" class="col-sm-3 control-label" readonly >{tmpl_var name='document_root_txt'}</label>
9595
<div class="col-sm-9">{tmpl_var name='document_root'}</div>
9696
</div>
9797
</tmpl_if>

0 commit comments

Comments
 (0)