From 6b70c11b9cdac476e52a8c6aaf80adb8908d5efc Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 6 Jan 2025 18:11:28 +0100 Subject: [PATCH] fix(front) mistakes --- front/src/components/audio/track/Table.vue | 2 +- front/src/components/common/EmptyState.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue index 3fa669da7..d6dc2d362 100644 --- a/front/src/components/audio/track/Table.vue +++ b/front/src/components/audio/track/Table.vue @@ -94,7 +94,7 @@ const labels = computed(() => ({ title: t('components.audio.track.Table.table.header.title'), album: t('components.audio.track.Table.table.header.album'), artist: t('components.audio.track.Table.table.header.artist'), - searchPlaceholder: t('components.library.Podcasts.placeholder.search'), + searchPlaceholder: t('views.Search.header.search') })) const isLoading = ref(false) diff --git a/front/src/components/common/EmptyState.vue b/front/src/components/common/EmptyState.vue index 6dfb1371b..a920b8a95 100644 --- a/front/src/components/common/EmptyState.vue +++ b/front/src/components/common/EmptyState.vue @@ -25,7 +25,7 @@ withDefaults(defineProps(), {

- + {{ t('components.common.EmptyState.header.noResults') }}