From 7c953a98729ff9d9c69836961f09fe930c82c194 Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Wed, 25 Sep 2019 21:45:40 +0200
Subject: [PATCH] wording

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

diff --git a/src/assets/i18n/creator/de.json b/src/assets/i18n/creator/de.json
index b057f2360..f7a4649a9 100644
--- a/src/assets/i18n/creator/de.json
+++ b/src/assets/i18n/creator/de.json
@@ -87,7 +87,7 @@
     "mark-read": "In Vollansicht am Beamer besprochen",
     "mark-wrong": "Frage verneinen",
     "new-comment": "Eine neue Frage mit dem Inhalt, {{ comment }}, wurde soeben gestellt.",
-    "no-comments": "Keine Fragen vorhanden.",
+    "no-comments": "Keine Fragen vorhanden",
     "reject": "Unangebrachte Frage aus der Liste entfernen",
     "search-box-input-description": "Hier kannst du nach Fragen suchen.",
     "semicolon": "CSV-Format",
@@ -187,7 +187,7 @@
     "moderators": "Moderatoren",
     "no-moderators": "",
     "present": "Präsentieren",
-    "public-stream": "Offene Fragen",
+    "public-stream": "Fragen",
     "really-delete-comments": "Willst du wirklich alle Fragen dieser Sitzung löschen?",
     "really-remove-moderator": "Willst du folgenden Moderator wirklich entfernen?",
     "really2": " wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.",
diff --git a/src/assets/i18n/creator/en.json b/src/assets/i18n/creator/en.json
index 57d9bf160..2c514982f 100644
--- a/src/assets/i18n/creator/en.json
+++ b/src/assets/i18n/creator/en.json
@@ -88,7 +88,7 @@
     "mark-read": "Discussed by you in full screen mode on the projector",
     "mark-wrong": "Mark as wrong",
     "new-comment": "A new question with the content, {{ comment }}, has been asked.",
-    "no-comments": "No questions yet",
+    "no-comments": "No questions present",
     "reject": "Remove inappropriate question from the list",
     "search-box-input-description": "Here you can search for questions.",
     "semicolon": "CSV format",
@@ -188,7 +188,7 @@
     "moderators": "Moderators",
     "no-moderators": "No moderators yet",
     "present": "Present",
-    "public-stream": "Public Questions",
+    "public-stream": "Questions",
     "really-delete-comments": "Do you really want to delete all questions of this session?",
     "really-remove-moderator": "Do you really want to remove the following moderator?",
     "really2": "? This action can not be undone.",
diff --git a/src/assets/i18n/participant/en.json b/src/assets/i18n/participant/en.json
index 9fdee4371..1785bb2bf 100644
--- a/src/assets/i18n/participant/en.json
+++ b/src/assets/i18n/participant/en.json
@@ -80,7 +80,7 @@
     "mark-not-wrong": "Marked as wrong by the professor",
     "mark-read": "Already discussed by the professor",
     "new-comment": "A new question with the content, {{ comment }}, has been asked.",
-    "no-comments": "No questions yet",
+    "no-comments": "No questions present",
     "search-box-input-description": "Here you can search for questions.",
     "send": "Send",
     "send-description": "Send question",
-- 
GitLab