From 03129a5611843c992f4c983b2143b54b81069940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Mon, 1 Dec 2025 19:13:33 +0100 Subject: [PATCH] Remove imprint disclaimer from About page and localization files for German and English. --- app/[locale]/about/page.tsx | 5 ----- messages/de.json | 1 - messages/en.json | 1 - 3 files changed, 7 deletions(-) diff --git a/app/[locale]/about/page.tsx b/app/[locale]/about/page.tsx index a03681e..0e4e660 100644 --- a/app/[locale]/about/page.tsx +++ b/app/[locale]/about/page.tsx @@ -51,11 +51,6 @@ export default async function AboutPage({ params }: AboutPageProps) { {t("imprintEmailLabel")}{" "} markus@hoerdle.de

-

- {t("imprintDisclaimer")} -

diff --git a/messages/de.json b/messages/de.json index a06f068..206629e 100644 --- a/messages/de.json +++ b/messages/de.json @@ -162,7 +162,6 @@ "imprintOperator": "Verantwortlich für den Inhalt dieser Seite (Anbieter nach § 5 TMG):", "imprintCountry": "Deutschland", "imprintEmailLabel": "E-Mail:", - "imprintDisclaimer": "Hinweis: Diese Angaben entsprechen dem aktuellen Stand. Für rechtliche Fragen solltest du eine Fachperson konsultieren.", "costsTitle": "Laufende Kosten des Projekts", "costsIntro": "Auch wenn Hördle ein privates Projekt ist, entstehen für den Betrieb laufende Kosten, zum Beispiel:", "costsDomain": "Domains (z. B. hördle.de / hoerdle.de)", diff --git a/messages/en.json b/messages/en.json index 898e2c6..e38bfc9 100644 --- a/messages/en.json +++ b/messages/en.json @@ -162,7 +162,6 @@ "imprintOperator": "Responsible for the content of this site (provider under German law):", "imprintCountry": "Germany", "imprintEmailLabel": "Email:", - "imprintDisclaimer": "Note: This information is current as of the date indicated. For legal questions you should consult a legal professional.", "costsTitle": "Ongoing costs of the project", "costsIntro": "Even though Hördle is a private project, there are ongoing costs for running it, for example:", "costsDomain": "Domains (e.g. hördle.de / hoerdle.de)",