diff --git a/front/src/components/favorites/List.vue b/front/src/components/favorites/List.vue
index ce37e2634..a08b24725 100644
--- a/front/src/components/favorites/List.vue
+++ b/front/src/components/favorites/List.vue
@@ -126,48 +126,61 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value]
stack
:class="['ui', { 'loading': isLoading }, 'form']"
>
+
-
-
-
+
+
+
+ {{ t('components.favorites.List.ordering.direction.label') }}
+
+
+
+
+
+
+
+
+ {{ t('components.favorites.List.pagination.results') }}
+
+
+
sortedUniq([12, 30, 50, paginateBy.value]
:label="t('components.library.Albums.label.tags')"
style="max-width: 150px;"
/>
-
-
-
+
+
+
+ {{ t('components.library.Albums.ordering.direction.label') }}
+
+
+
+
+
+
+
+
+ {{ t('components.library.Albums.pagination.results') }}
+
+
+
sortedUniq([12, 30, 50, paginateBy.value]
:label="t('components.library.Artists.label.tags')"
style="max-width: 150px;"
/>
-
-
-
+
+
+
+ {{ t('components.library.Artists.ordering.direction.label') }}
+
+
+
+
+
+
+
+
+ {{ t('components.library.Artists.pagination.results') }}
+
+
+
sortedUniq([12, 30, 50, paginateBy.value]
/>
+
+
diff --git a/front/src/components/library/Podcasts.vue b/front/src/components/library/Podcasts.vue
index 08d8afc07..acea53451 100644
--- a/front/src/components/library/Podcasts.vue
+++ b/front/src/components/library/Podcasts.vue
@@ -165,47 +165,59 @@ const isOpen = computed({
:label="t('components.library.Podcasts.label.tags')"
style="max-width: 150px;"
/>
-
-
-
+
+
+
+ {{ t('components.library.Podcasts.ordering.direction.label') }}
+
+
+
+
+
+
+
+
+ {{ t('components.library.Podcasts.pagination.results') }}
+
+
+
sortedUniq([12, 25, 50, paginateBy.value]
:label="t('components.library.Radios.label.search')"
:placeholder="labels.searchPlaceholder"
/>
-
-
-
+
+
+
+ {{ t('components.library.Radios.ordering.direction.label') }}
+
+
+
+
+
+
+
+
+ {{ t('components.library.Radios.pagination.results') }}
+
+
+
.icon {
color: var(--input-color);
}
diff --git a/front/src/views/playlists/List.vue b/front/src/views/playlists/List.vue
index a70d80324..3c0640978 100644
--- a/front/src/views/playlists/List.vue
+++ b/front/src/views/playlists/List.vue
@@ -134,47 +134,59 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
:placeholder="labels.searchPlaceholder"
>
-
-
-
+
+
+
+ {{ t('views.playlists.List.ordering.direction.label') }}
+
+
+
+
+
+
+
+
+ {{ t('views.playlists.List.pagination.results') }}
+
+
+