From 60055e2d4f1d785dc1a4173fc84b25fc6da3194a Mon Sep 17 00:00:00 2001 From: Ulas Kalayci Date: Sun, 26 Apr 2026 18:11:10 +0200 Subject: [PATCH] fix(i18n): rename Pinnwand to Notizen in German locale --- public/locales/de.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/de.json b/public/locales/de.json index 82ba5a1..9bdea2c 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -36,7 +36,7 @@ "calendar": "Kalender", "meals": "Essen", "shopping": "Einkauf", - "notes": "Pinnwand", + "notes": "Notizen", "contacts": "Kontakte", "budget": "Budget", "settings": "Einstellungen", @@ -343,7 +343,7 @@ } }, "notes": { - "title": "Pinnwand", + "title": "Notizen", "newNote": "Neue Notiz", "editNote": "Notiz bearbeiten", "addNoteLabel": "Neue Notiz",