diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue
index 937025807864f950f3c4dae60a503c7ca8b29f54..1134e88a8ae04dfbcde68abeba59546bc46bc6c4 100644
--- a/front/src/components/audio/track/Table.vue
+++ b/front/src/components/audio/track/Table.vue
@@ -4,10 +4,10 @@
       <tr>
         <th></th>
         <th></th>
-        <th colspan="6"><translate>Title</translate></th>
-        <th colspan="4"><translate>Artist</translate></th>
-        <th colspan="4"><translate>Album</translate></th>
-        <th colspan="4"><translate>Duration</translate></th>
+        <th colspan="6"><translate :translate-context="'Content/Track/Table.Label'">Title</translate></th>
+        <th colspan="4"><translate :translate-context="'Content/Track/Table.Label'">Artist</translate></th>
+        <th colspan="4"><translate :translate-context="'Content/Track/Table.Label'">Album</translate></th>
+        <th colspan="4"><translate :translate-context="'Content/Track/Table.Label'">Duration</translate></th>
         <th colspan="2"></th>
       </tr>
     </thead>