Commit b42486c6 authored by Florian Schaal's avatar Florian Schaal
Browse files

fixed inserted text for document root in domain edit page

parent 18bf6c12
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment