From 0dd47491f003988fa910dd45b56d57a2ce6b54ae Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 19 Feb 2026 21:40:20 +0100 Subject: [PATCH] fix(navigation): Corrected incorrect 'Home' label in both languages --- messages/de.json | 2 +- messages/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/de.json b/messages/de.json index 4feb08b8..29436f2b 100644 --- a/messages/de.json +++ b/messages/de.json @@ -59,7 +59,7 @@ }, "Navigation": { "menu": "MenĂ¼", - "home": "KLZ Cables Startseite", + "home": "Startseite", "team": "Team", "products": "Produkte", "blog": "Blog", diff --git a/messages/en.json b/messages/en.json index e4498a6c..0d90321f 100644 --- a/messages/en.json +++ b/messages/en.json @@ -59,7 +59,7 @@ }, "Navigation": { "menu": "Menu", - "home": "KLZ Cables Home", + "home": "Home", "team": "Team", "products": "Products", "blog": "Blog",