diff --git a/src/components/elements/MapPolygonPanel/ChecklistInformation.tsx b/src/components/elements/MapPolygonPanel/ChecklistInformation.tsx
index 3412f1c5e..bbe6b4ae9 100644
--- a/src/components/elements/MapPolygonPanel/ChecklistInformation.tsx
+++ b/src/components/elements/MapPolygonPanel/ChecklistInformation.tsx
@@ -1,3 +1,5 @@
+import { useT } from "@transifex/react";
+
import Icon, { IconNames } from "@/components/extensive/Icon/Icon";
import ModalWithMap from "@/components/extensive/Modal/ModalWithMap";
import { useModalContext } from "@/context/modal.provider";
@@ -7,12 +9,13 @@ import Text from "../Text/Text";
const ChecklistInformation = () => {
const { openModal, closeModal } = useModalContext();
+ const t = useT();
+
const openFormModalHandlerRequestPolygonSupport = () => {
openModal(