diff --git a/front/src/components/library/TrackBase.vue b/front/src/components/library/TrackBase.vue index 87443344c..7dc92e9fb 100644 --- a/front/src/components/library/TrackBase.vue +++ b/front/src/components/library/TrackBase.vue @@ -166,18 +166,18 @@ watch(showDeleteModal, (newValue) => { v-if="track" :h1="track.title" :action="{ - text: labels.download, - // @ts-ignore - to: downloadUrl, - // @ts-ignore - solid: true, - // @ts-ignore - primary: true, - // @ts-ignore - icon: 'bi-download', - // @ts-ignore - lowHeight: true - }" + text: labels.download, + // @ts-ignore + to: downloadUrl, + // @ts-ignore + solid: true, + // @ts-ignore + primary: true, + // @ts-ignore + icon: 'bi-download', + // @ts-ignore + lowHeight: true + }" page-heading >
@@ -293,16 +293,16 @@ watch(showDeleteModal, (newValue) => { {{ t('components.library.TrackBase.button.delete') }} -
+
{ {{ obj.label }} -
+
{{ t('components.library.TrackBase.link.moderation') }} @@ -339,7 +339,7 @@ watch(showDeleteModal, (newValue) => { -
+