forked from mirrors/bookwyrm
Fixes label
This commit is contained in:
parent
def4d89bf8
commit
fd353ecb87
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
{{ site_form.instance_description }}
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="label mb-0" for="id_instance_description">{% trans "Short description:" %}</label>
|
||||
<label class="label mb-0" for="id_short_description">{% trans "Short description:" %}</label>
|
||||
<p class="help">{% trans "Used when the instance is previewed on joinbookwyrm.com. Does not support html or markdown." %}</p>
|
||||
{{ site_form.instance_short_description }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue