fix(front) mistakes
This commit is contained in:
parent
404b6f5f7a
commit
6b70c11b9c
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue