Renames "shelves" in the UI to "books"

Still haven't figure out the create/edit wording tho
This commit is contained in:
Mouse Reeve
2021-03-31 09:22:23 -07:00
parent 8b9b70d9cd
commit 83e4ec00f9
6 changed files with 15 additions and 13 deletions

View File

@ -45,7 +45,7 @@
{% csrf_token %}
<input type="hidden" name="book" value="{{ active_shelf.book.id }}">
<input type="hidden" name="shelf" value="{{ active_shelf.shelf.id }}">
<button class="button is-fullwidth is-small is-danger is-light" type="submit">{% trans "Unshelve" %}</button>
<button class="button is-fullwidth is-small is-danger is-light" type="submit">{% blocktrans with name=active_shelf.shelf.name %}Remove from {{ name }}{% endblocktrans %}</button>
</form>
</div>
</li>