diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue
index 0c5a7c803..a439a16b6 100644
--- a/front/src/components/audio/album/Card.vue
+++ b/front/src/components/audio/album/Card.vue
@@ -38,7 +38,7 @@
- Show 1 more track
+ Show %{ count } more track
Collapse
@@ -52,7 +52,7 @@
- 1 track
+ %{ count } track
diff --git a/front/src/views/content/libraries/Card.vue b/front/src/views/content/libraries/Card.vue
index 12d6d7d5f..6b327f370 100644
--- a/front/src/views/content/libraries/Card.vue
+++ b/front/src/views/content/libraries/Card.vue
@@ -36,8 +36,8 @@
{{ library.size | humanSize }}
- {{ library.uploads_count }}
- 1 track
+
+ %{ count } track
diff --git a/front/src/views/content/remote/Card.vue b/front/src/views/content/remote/Card.vue
index 48f5896ad..862a9a69a 100644
--- a/front/src/views/content/remote/Card.vue
+++ b/front/src/views/content/remote/Card.vue
@@ -24,7 +24,7 @@
- 1 tracks
+ %{ count } tracks