From 17a81432165310f7bf728f95a3ae5894cb913e7d Mon Sep 17 00:00:00 2001 From: Lukas Haase <lukas.haase@mni.thm.de> Date: Sun, 15 Aug 2021 16:44:55 +0200 Subject: [PATCH] adjust moderation mode title --- src/assets/i18n/creator/de.json | 2 +- src/assets/i18n/creator/en.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/creator/de.json b/src/assets/i18n/creator/de.json index b997e6b70..9dc90c657 100644 --- a/src/assets/i18n/creator/de.json +++ b/src/assets/i18n/creator/de.json @@ -266,7 +266,7 @@ "cancel-description": "Abbrechen", "changes-gone-wrong": "Etwas ist schief gelaufen!", "changes-successful": "Änderungen gespeichert.", - "comments": "Öffentliche Fragen", + "comments": "Moderationsmodus", "comments-deleted": "Alle Fragen wurden gelöscht.", "copy-session-id": "Kopiert den Link zu diesem Raum in die Zwischenablage.", "create-content": "Frage stellen", diff --git a/src/assets/i18n/creator/en.json b/src/assets/i18n/creator/en.json index 5a933ddf0..a556bc876 100644 --- a/src/assets/i18n/creator/en.json +++ b/src/assets/i18n/creator/en.json @@ -169,6 +169,7 @@ "send-description": "Send question", "tag": "Tag", "tag-reset": "Reset", + "comments": "moderator mode", "tag-to-filter": "Click on the question category to filter questions in that category.", "user-number": "Click on the number to filter the questions from this anonymous questioner.", "keywords-per-question": "Click to display the keywords that have been entered for the question.", @@ -267,7 +268,7 @@ "cancel-description": "Cancel", "changes-gone-wrong": "Something went wrong!", "changes-successful": "Successfully updated.", - "comments": "Public questions", + "comments": "Moderation mode", "comments-deleted": "All questions have been deleted.", "copy-session-id": "Copy the link to this session to the clipboard and pass it on to the session participants.", "create-content": "Create content", -- GitLab