From 61a5cf1452031bb688111571a52ac3429504de55 Mon Sep 17 00:00:00 2001 From: DerVogel101 <128903814+DerVogel101@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:25:08 +0100 Subject: [PATCH] Fix typo in German translation for 'copy-link' Fixed a missing character in the German translation of the context menu action copy-link. --- apps/client/src/translations/de/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/translations/de/translation.json b/apps/client/src/translations/de/translation.json index 6b741de7b..b3f4c9a46 100644 --- a/apps/client/src/translations/de/translation.json +++ b/apps/client/src/translations/de/translation.json @@ -1658,7 +1658,7 @@ "add-term-to-dictionary": "Begriff \"{{term}}\" zum Wörterbuch hinzufügen", "cut": "Ausschneiden", "copy": "Kopieren", - "copy-link": "Link opieren", + "copy-link": "Link kopieren", "paste": "Einfügen", "paste-as-plain-text": "Als unformatierten Text einfügen", "search_online": "Suche nach \"{{term}}\" mit {{searchEngine}} starten"