mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-19 16:11:05 +00:00
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 }}
|
{{ site_form.instance_description }}
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<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>
|
<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 }}
|
{{ site_form.instance_short_description }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue