We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bf6c1 commit b42486cCopy full SHA for b42486c
interface/web/sites/templates/web_vhost_domain_edit.htm
@@ -91,7 +91,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
91
</div>
92
<tmpl_if name="edit_disabled">
93
<div class="form-group">
94
- <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>
95
<div class="col-sm-9">{tmpl_var name='document_root'}</div>
96
97
</tmpl_if>
0 commit comments