Renames "shelves" in the UI to "books"
Still haven't figure out the create/edit wording tho
This commit is contained in:
parent
8b9b70d9cd
commit
83e4ec00f9
6 changed files with 15 additions and 13 deletions
|
|
@ -65,7 +65,7 @@
|
|||
{% if user.shelf_set.exists %}
|
||||
{% url 'user-shelves' user|username as url %}
|
||||
<li{% if url in request.path %} class="is-active"{% endif %}>
|
||||
<a href="{{ url }}">{% trans "Shelves" %}</a>
|
||||
<a href="{{ url }}">{% trans "Books" %}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue