forked from mirrors/bookwyrm
Merge pull request #316 from mouse-reeve/label-typo
Fixes typo in edit user manually approve followers label
This commit is contained in:
commit
9c084f61a2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
{% endfor %}
|
||||
</p>
|
||||
<p class="block">
|
||||
<label class="checkbox label" for="id_manually_approve_followers">
|
||||
<label class="checkbox label" for="id_manually_approves_followers">
|
||||
Manually approve followers:
|
||||
{{ form.manually_approves_followers }}
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue