From 5f6a739259ea534f86504dd484b891f76fc6a780 Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Mon, 14 Oct 2019 11:23:05 +0200
Subject: [PATCH] missing warnings

---
 src/assets/i18n/creator/de.json | 2 +-
 src/assets/i18n/creator/en.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/assets/i18n/creator/de.json b/src/assets/i18n/creator/de.json
index 299454cc0..8a601eb36 100644
--- a/src/assets/i18n/creator/de.json
+++ b/src/assets/i18n/creator/de.json
@@ -191,7 +191,7 @@
     "no-moderators": "",
     "present": "Präsentieren",
     "public-stream": "Fragen",
-    "really-delete-comments": "Willst du wirklich alle Fragen dieser Sitzung löschen?",
+    "really-delete-comments": "Willst du wirklich alle Fragen dieser Sitzung löschen? Diese Aktion kann nicht rückgängig gemacht werden. Falls du Boni (gelbe Sterne) vergeben hast, exportiere alle Fragen, damit du eingereichte Bonus-Tokens überprüfen kannst.",
     "really-remove-moderator": "Willst du folgenden Moderator wirklich entfernen?",
     "really2": " wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden. Falls du Boni (gelbe Sterne) vergeben hast, exportiere alle Fragen, damit du eingereichte Bonus-Tokens überprüfen kannst.",
     "reallyContent": "Willst du die Frage ",
diff --git a/src/assets/i18n/creator/en.json b/src/assets/i18n/creator/en.json
index 6b9b49e9a..e663fd62c 100644
--- a/src/assets/i18n/creator/en.json
+++ b/src/assets/i18n/creator/en.json
@@ -192,9 +192,9 @@
     "no-moderators": "No moderators yet",
     "present": "Present",
     "public-stream": "Questions",
-    "really-delete-comments": "Do you really want to delete all questions of this session?",
+    "really-delete-comments": "Do you really want to delete all questions of this session? This action cannot be undone. If you have given bonuses (yellow stars), export all questions so that you can check submitted bonus tokens.",
     "really-remove-moderator": "Do you really want to remove the following moderator?",
-    "really2": "? This action cannot be undone. If you have given bonuses (yellow stars), export all questions so that you can check submitted bonus tokens.  ",
+    "really2": "? This action cannot be undone. If you have given bonuses (yellow stars), export all questions so that you can check submitted bonus tokens.",
     "reallyContent": "Do you really want to delete content ",
     "reallySession": "Do you really want to delete session ",
     "room-not-found": "Session not found :(",
-- 
GitLab