From 869439d3b8e88683c067e4184b02fdd81ed776b8 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 5 Oct 2022 17:38:21 +0200 Subject: [PATCH] Improved translation #54 --- src/bot/translation/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/translation/de.json b/src/bot/translation/de.json index 9e228815..910de717 100644 --- a/src/bot/translation/de.json +++ b/src/bot/translation/de.json @@ -63,7 +63,7 @@ "add": { "success": "auto-role für die Nachricht {} wurde hinzugefügt :D", "error": { - "not_found": "Nachricht {} nicht in {} nicht gefunden!", + "not_found": "Nachricht {} in {} nicht gefunden!", "already_exists": "auto-role für die Nachricht {} existiert bereits!" } },