From 4caf759337c590b2379431a34e0bf1fb78650ed5 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 17 Mar 2025 07:10:05 -0500 Subject: [PATCH] fix key --- web/src/components/input/InputWithTags.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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)}