diff --git a/front/src/components/playlists/PlaylistModal.vue b/front/src/components/playlists/PlaylistModal.vue index fff1f947d..22720f3ef 100644 --- a/front/src/components/playlists/PlaylistModal.vue +++ b/front/src/components/playlists/PlaylistModal.vue @@ -190,6 +190,7 @@ store.dispatch('playlists/fetchOwn') diff --git a/front/src/components/radios/Card.vue b/front/src/components/radios/Card.vue index 5fa0686be..a5829c2f1 100644 --- a/front/src/components/radios/Card.vue +++ b/front/src/components/radios/Card.vue @@ -71,7 +71,7 @@ const customRadioId = computed(() => props.customRadio?.id ?? null) color="secondary" class="right floated" icon="bi-pencil" - title="{{ $t('components.radios.Card.button.edit') }}" + :title="$t('components.radios.Card.button.edit')" @click="$router.push({name: 'library.radios.edit', params: {id: customRadioId }})" />