From 513ad08a0a3543f611dec7b28493fe1778855611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 13 Nov 2023 08:43:44 +0000 Subject: [PATCH] fix(front): fix missing keys --- front/src/components/playlists/PlaylistModal.vue | 1 + front/src/components/radios/Card.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }})" />