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)",