diff --git a/front/src/components/channels/AlbumSelect.vue b/front/src/components/channels/AlbumSelect.vue index 9134fa75c..b7cef5096 100644 --- a/front/src/components/channels/AlbumSelect.vue +++ b/front/src/components/channels/AlbumSelect.vue @@ -81,7 +81,7 @@ watch(() => props.channel, fetchData, { immediate: true }) :value="album.id" > {{ album.title }} - {{ t('components.channels.AlbumSelect.meta.tracks', album.tracks_count) }} + {{ `(${t('components.channels.AlbumSelect.meta.tracks', album.tracks_count)})` }}