diff --git a/front/src/ui/modals/Search.vue b/front/src/ui/modals/Search.vue index 8e7915c48..8920a3286 100644 --- a/front/src/ui/modals/Search.vue +++ b/front/src/ui/modals/Search.vue @@ -19,7 +19,6 @@ import RadioButton from '~/components/radios/Button.vue' import TagsList from '~/components/tags/List.vue' import Modal from '~/components/ui/Modal.vue' -import Button from '~/components/ui/Button.vue' import Spacer from '~/components/ui/Spacer.vue' import Input from '~/components/ui/Input.vue' import Section from '~/components/ui/Section.vue' @@ -189,7 +188,7 @@ const categories = computed(() => [ }, { type: 'rss', - label: t('views.Search.label.rss'), + label: t('views.Search.header.rss'), endpoint: '/channels/rss-subscribe/', post: true, params: { @@ -198,7 +197,7 @@ const categories = computed(() => [ }, { type: 'federation', - label: t('views.Search.label.fetches'), + label: t('views.Search.header.remote'), endpoint: '/federation/fetches/', post: true, params: { @@ -434,7 +433,7 @@ watch(queryDebounced, search, { immediate: true }) >
{{ t('components.Home.link.viewMore') }}