1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 05:39:42 +02:00

Fix typo for self-host subdomain help info

This commit is contained in:
Harvey Kandola 2019-03-03 15:58:28 +00:00
parent 24b1326c31
commit 4013b5ca03

View file

@ -26,7 +26,7 @@
<div class="form-group">
<label for="orgDomain">Site URL Subdomain</label>
{{input id="orgDomain" type="text" value=domain class="form-control" placeholder="e.g. docs"}}
<small class="form-text text-muted">If you are hosting on "docs.example.org" then the subdomain value should be set to "doc"</small>
<small class="form-text text-muted">If you are hosting on "docs.example.org" then the subdomain value should be set to "docs"</small>
</div>
{{/if}}