forked from mirrors/bookwyrm
"any" is plural
English huh, what a weird language.
This commit is contained in:
parent
e5c5dd8f98
commit
e2efd5fd5a
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if not books %}
|
{% if not books %}
|
||||||
<p class="has-text-centered is-size-5">{% blocktrans %}Sadly {{ display_name }} didn’t finish any book in {{ year }}{% endblocktrans %}</p>
|
<p class="has-text-centered is-size-5">{% blocktrans %}Sadly {{ display_name }} didn’t finish any books in {{ year }}{% endblocktrans %}</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<div class="columns is-mobile">
|
<div class="columns is-mobile">
|
||||||
|
|
Loading…
Reference in a new issue