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') }}