diff --git a/app/components/Filter/Panel.vue b/app/components/Filter/Panel.vue
index 6433b2322..3ad7e07a0 100644
--- a/app/components/Filter/Panel.vue
+++ b/app/components/Filter/Panel.vue
@@ -243,17 +243,16 @@ const hasActiveFilters = computed(() => !!filterSummary.value)
role="radiogroup"
:aria-label="$t('filters.weekly_downloads')"
>
-
{{ $t(getDownloadRangeLabelKey(range.value)) }}
-
+
@@ -267,17 +266,16 @@ const hasActiveFilters = computed(() => !!filterSummary.value)
role="radiogroup"
:aria-label="$t('filters.updated_within')"
>
-
{{ $t(getUpdatedWithinLabelKey(option.value)) }}
-
+
@@ -290,17 +288,16 @@ const hasActiveFilters = computed(() => !!filterSummary.value)
-
{{ $t(getSecurityLabelKey(security)) }}
-
+
@@ -310,16 +307,14 @@ const hasActiveFilters = computed(() => !!filterSummary.value)
{{ $t('filters.keywords') }}
-
{{ keyword }}
-
+