From e44430ed07f623a6b0e70d6ab074c8feca641702 Mon Sep 17 00:00:00 2001 From: Sebastian Wittek <sebastian.wittek@mni.thm.de> Date: Tue, 19 Mar 2019 13:10:01 +0100 Subject: [PATCH] finish preview --- .../_diaglogs/submit-comment/submit-comment.component.html | 1 - src/assets/i18n/participant/de.json | 5 +++-- src/assets/i18n/participant/en.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/components/participant/_diaglogs/submit-comment/submit-comment.component.html b/src/app/components/participant/_diaglogs/submit-comment/submit-comment.component.html index 08f398256..bbf1f4914 100644 --- a/src/app/components/participant/_diaglogs/submit-comment/submit-comment.component.html +++ b/src/app/components/participant/_diaglogs/submit-comment/submit-comment.component.html @@ -1,4 +1,3 @@ -<h2>{{ 'comment-page.sure' | translate }}</h2> <h4>{{comment.subject}}</h4> <p>{{comment.body}}</p> diff --git a/src/assets/i18n/participant/de.json b/src/assets/i18n/participant/de.json index 8b0a48001..c489a3fcd 100644 --- a/src/assets/i18n/participant/de.json +++ b/src/assets/i18n/participant/de.json @@ -18,9 +18,10 @@ "enter-title": "Titel", "enter-comment": "Kommentar", "send": "Senden", + "back": "Zurück", "error-comment": "Bitte geben Sie ein Kommentar ein!", "error-title": "Bitte geben Sie einen Titel ein!", - "error-both-fields": "Bitte füllen Sie alle Felder aus!" + "error-both-fields": "Bitte füllen Sie alle Felder aus!", }, "answer": { "submit": "Absenden", @@ -43,4 +44,4 @@ "improvable": "Luft nach oben", "no-answers": "Keine Antworten" } -} \ No newline at end of file +} diff --git a/src/assets/i18n/participant/en.json b/src/assets/i18n/participant/en.json index aa20d09d2..d08c60772 100644 --- a/src/assets/i18n/participant/en.json +++ b/src/assets/i18n/participant/en.json @@ -18,6 +18,7 @@ "enter-title": "Title", "enter-comment": "Comment", "send": "Send", + "back": "Back", "error-title": "Please enter a title!", "error-comment": "Please enter a comment!", "error-both-fields": "Please fill in all fields!" -- GitLab