Adds context to curation type "open"

This commit is contained in:
Mouse Reeve
2021-10-06 16:24:23 -07:00
parent f92cdeeb39
commit b23f6afa6c
7 changed files with 59 additions and 19 deletions

View File

@ -28,7 +28,7 @@
</label>
<label class="field">
<input type="radio" name="curation" value="open"{% if list.curation == 'open' %} checked{% endif %}> {% trans "Open" %}
<input type="radio" name="curation" value="open"{% if list.curation == 'open' %} checked{% endif %}> {% trans "Open" context "curation type" %}
<p class="help mb-2">{% trans "Anyone can add books to this list" %}</p>
</label>
</fieldset>