fix(front) mistakes

This commit is contained in:
ArneBo 2025-01-06 18:11:28 +01:00 committed by upsiflu
parent 404b6f5f7a
commit 6b70c11b9c
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -25,7 +25,7 @@ withDefaults(defineProps<Props>(), {
<h4 class="ui header">
<div class="content">
<slot name="title">
<i class="bi bi-search" style="margin-right: 8px;" />
<i class="bi bi-search" />
{{ t('components.common.EmptyState.header.noResults') }}
</slot>
</div>