From fca4f3b77f4cf92eab7c163a2b8c6fb14f58c2c7 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 19 Jan 2025 14:08:50 +0100 Subject: [PATCH] fix(front): Albums empty alert icon --- front/src/components/library/Albums.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/library/Albums.vue b/front/src/components/library/Albums.vue index 862fc1a1e..c516663f8 100644 --- a/front/src/components/library/Albums.vue +++ b/front/src/components/library/Albums.vue @@ -205,7 +205,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value] v-else-if="result && result.results.length === 0" > - + {{ t('components.library.Albums.empty.noResults') }}