mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 09:45:27 +00:00
Fix hardcoded year in translation key
This commit is contained in:
parent
b2f6c61bb6
commit
9e0ebc3ec7
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
|||
<div class="columns">
|
||||
<div class="column has-text-centered">
|
||||
<h2 class="title is-3 is-serif">
|
||||
{% blocktrans %}All the books {{ display_name }} read in 2021{% endblocktrans %}
|
||||
{% blocktrans %}All the books {{ display_name }} read in {{ year }}{% endblocktrans %}
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue