Fixes translation of "remove from shelf" string

This commit is contained in:
Mouse Reeve
2022-02-28 11:07:12 -08:00
parent 0f5fd6be15
commit ffb4098cfb
2 changed files with 4 additions and 2 deletions

View File

@ -63,7 +63,7 @@
<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{% if dropdown %} is-radiusless{% endif %} is-danger is-light" type="submit">
{% blocktrans with name=active_shelf.shelf.name %}Remove from {{ name }}{% endblocktrans %}
{% blocktrans with name=active_shelf.shelf|translated_shelf_name %}Remove from {{ name }}{% endblocktrans %}
</button>
</form>
</li>