Skip to content
Snippets Groups Projects
Verified Commit e1628a33 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

See #542: fixed pluralization issue

parent 222231c0
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,8 @@
<i class="database icon"></i>
{{ library.size | humanSize }}
</span>
<i class="music icon"></i>
<translate :translate-params="{count: library.uploads_count}" :translate-n="library.uploads_count" translate-plural="%{ count } tracks">1 tracks</translate>
<i class="music icon"></i> {{ library.uploads_count }}
<translate :translate-params="{count: library.uploads_count}" :translate-n="library.uploads_count" translate-plural="%{ count } tracks">1 track</translate>
</div>
</div>
<div class="ui bottom basic attached buttons">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment