diff --git a/FrontendV2/src/pages/ContactPage.tsx b/FrontendV2/src/pages/ContactPage.tsx index 0ba43f3..f02f5cd 100644 --- a/FrontendV2/src/pages/ContactPage.tsx +++ b/FrontendV2/src/pages/ContactPage.tsx @@ -1,4 +1,11 @@ -import { Field, Textarea, Button, Alert, Container } from "@chakra-ui/react"; +import { + Field, + Textarea, + Button, + Alert, + Container, + Text, +} from "@chakra-ui/react"; import { useTranslation } from "react-i18next"; import { useState } from "react"; import { API_BASE } from "@/config/api.config"; @@ -49,7 +56,7 @@ export const ContactPage = () => {
- {t("contactPage_messageLabel")} + {t("contactPage_messageDescription")}