From 2e98fa50de4459bfa48e964c280c7928cdd42d1f Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sat, 7 Feb 2026 17:33:16 +0100 Subject: [PATCH 1/3] refactor: update contact page message description and improve email logging --- FrontendV2/src/pages/ContactPage.tsx | 11 +++++++++-- FrontendV2/src/utils/i18n/locales/de/de.json | 3 ++- FrontendV2/src/utils/i18n/locales/en/en.json | 3 ++- admin/tsconfig.app.json | 2 +- backendV2/info.json | 6 +++--- backendV2/routes/app/services/mailer.js | 12 +++++------- backendV2/routes/app/services/mailer_v2.js | 4 +--- 7 files changed, 23 insertions(+), 18 deletions(-) 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")}