mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
Fix typo for self-host subdomain help info
This commit is contained in:
parent
24b1326c31
commit
4013b5ca03
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="orgDomain">Site URL Subdomain</label>
|
<label for="orgDomain">Site URL Subdomain</label>
|
||||||
{{input id="orgDomain" type="text" value=domain class="form-control" placeholder="e.g. docs"}}
|
{{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>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue