From dc3cdd5091b91905a1790459a0da726cd2082ff9 Mon Sep 17 00:00:00 2001 From: Emine Erbay <emine.erbay@mni.thm.de> Date: Thu, 12 Sep 2019 11:55:18 +0200 Subject: [PATCH] add a11y to the input field by create a comment --- src/assets/i18n/creator/de.json | 1 + src/assets/i18n/creator/en.json | 1 + src/assets/i18n/participant/de.json | 1 + src/assets/i18n/participant/en.json | 1 + 4 files changed, 4 insertions(+) diff --git a/src/assets/i18n/creator/de.json b/src/assets/i18n/creator/de.json index b89cb1ade..ad55e38bb 100644 --- a/src/assets/i18n/creator/de.json +++ b/src/assets/i18n/creator/de.json @@ -31,6 +31,7 @@ "comment-page": { "a11y-comment_delete": "Löscht diese Frage", "a11y-comment_grade": "Markiert diese Frage als Bonus Frage", + "a11y-comment_input": "Geben sie Ihre Frage ein", "a11y-comment_marked_correct": "Hebt die Bejahung auf", "a11y-comment_marked_wrong": "Hebt die Verneinung auf", "a11y-comment_moderation": "Lehnt diese Frage ab", diff --git a/src/assets/i18n/creator/en.json b/src/assets/i18n/creator/en.json index 2dc92f536..83198d9fa 100644 --- a/src/assets/i18n/creator/en.json +++ b/src/assets/i18n/creator/en.json @@ -31,6 +31,7 @@ "comment-page": { "a11y-comment_delete": "Deletes this question", "a11y-comment_grade": "Marks this question as a bonus question", + "a11y-comment_input": "Enter your question", "a11y-comment_marked_correct": "Cancels the mark as correct", "a11y-comment_marked_wrong": "Cancels the mark as incorrect", "a11y-comment_moderation": "Rejects this question", diff --git a/src/assets/i18n/participant/de.json b/src/assets/i18n/participant/de.json index 5f8bf96dd..0b65d9a43 100644 --- a/src/assets/i18n/participant/de.json +++ b/src/assets/i18n/participant/de.json @@ -39,6 +39,7 @@ "wrong": "Verneint" }, "comment-page": { + "a11y-comment_input": "Geben sie Ihre Frage ein", "a11y-comment_vote_down": "Stimmt dieser Frage ab", "a11y-comment_vote_up": "Stimmt dieser Frage zu", "a11y-text_correct": "Diese Frage wurde bejaht.", diff --git a/src/assets/i18n/participant/en.json b/src/assets/i18n/participant/en.json index cbfeb5c69..d30ff1456 100644 --- a/src/assets/i18n/participant/en.json +++ b/src/assets/i18n/participant/en.json @@ -39,6 +39,7 @@ "wrong": "Marked as wrong by the professor" }, "comment-page": { + "a11y-comment_input": "Enter your question", "a11y-comment_vote_down": "Votes down this question", "a11y-comment_vote_up": "Votes up this question", "a11y-text_correct": "This question was marked as correct.", -- GitLab