diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index 17adf75de..c82b60b04 100644 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -826,12 +826,9 @@ export default function InputWithTags({ {filterType === "event_id" ? t("trackedObjectId") : filterType === "is_submitted" - ? t( - "components/filter.features.submittedToFrigatePlus.label", - { - ns: "components/filter", - }, - ) + ? t("features.submittedToFrigatePlus.label", { + ns: "components/filter", + }) : t("filter.label." + filterType)} : {formatFilterValues(filterType, filterValues)}