forked from mirrors/bookwyrm
Fixes incorrect label in edit user panel
This commit is contained in:
parent
0a37556941
commit
9a06b7d493
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
{% trans "Show reading goal prompt in feed:" %}
|
||||
{{ form.show_goal }}
|
||||
</label>
|
||||
<label class="checkbox label" for="id_show_goal">
|
||||
<label class="checkbox label" for="id_show_suggested_users">
|
||||
{% trans "Show suggested users:" %}
|
||||
{{ form.show_suggested_users }}
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue