From bbda18c728517cb29e37bf57c9ca282a69466972 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Wed, 7 Aug 2024 18:17:32 +0200 Subject: [PATCH] i18n: Fix german translation for "label" (#4240) --- packages/hoppscotch-common/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-common/locales/de.json b/packages/hoppscotch-common/locales/de.json index f2c0172d4..eb0481486 100644 --- a/packages/hoppscotch-common/locales/de.json +++ b/packages/hoppscotch-common/locales/de.json @@ -25,7 +25,7 @@ "go_forward": "Go forward", "group_by": "Gruppiere nach", "hide_secret": "Hide secret", - "label": "Etikett", + "label": "Bezeichnung", "learn_more": "Mehr erfahren", "download_here": "Download here", "less": "Weniger",