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 08f3982564791842ae22c775511fef1bf025c1e9..bbf1f49142db0a5ac59feb1bf3f1b8c3f489763f 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 8b0a480013341fb336f3dac6cc0479289f531ac8..c489a3fcd05e9e1ff0c3054e778d768552a59d8f 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 aa20d09d27982c4f862d8b508a59e4f2916adb25..d08c607724dc89d94e6fdf0f835406b66fcbd3b3 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!"