From 196504b5cfec1db22cc159b29eb3f31f230604e6 Mon Sep 17 00:00:00 2001 From: Jo Vuit <jo.vuitton@gmail.com> Date: Mon, 11 Feb 2019 16:49:40 +0100 Subject: [PATCH] Added context strings --- front/src/components/audio/track/Table.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue index 9370258078..1134e88a8a 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> -- GitLab