Skip to content

Commit 05ffe11

Browse files
committed
fix(i18n): add missing t() call
1 parent 28c8016 commit 05ffe11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/ListToolbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const sortKeyLabelKeys = computed<Record<SortKey, string>>(() => ({
9595
'downloads-year': t('filters.sort.downloads_year'),
9696
'updated': t('filters.sort.published'),
9797
'name': t('filters.sort.name'),
98-
'quality': 'filters.sort.quality',
98+
'quality': t('filters.sort.quality'),
9999
'popularity': t('filters.sort.popularity'),
100100
'maintenance': t('filters.sort.maintenance'),
101101
'score': t('filters.sort.score'),

0 commit comments

Comments
 (0)