Skip to content
Snippets Groups Projects
Commit e44430ed authored by Sebastian Wittek's avatar Sebastian Wittek
Browse files

finish preview

parent 1b480255
No related merge requests found
<h2>{{ 'comment-page.sure' | translate }}</h2>
<h4>{{comment.subject}}</h4> <h4>{{comment.subject}}</h4>
<p>{{comment.body}}</p> <p>{{comment.body}}</p>
......
...@@ -18,9 +18,10 @@ ...@@ -18,9 +18,10 @@
"enter-title": "Titel", "enter-title": "Titel",
"enter-comment": "Kommentar", "enter-comment": "Kommentar",
"send": "Senden", "send": "Senden",
"back": "Zurück",
"error-comment": "Bitte geben Sie ein Kommentar ein!", "error-comment": "Bitte geben Sie ein Kommentar ein!",
"error-title": "Bitte geben Sie einen Titel 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": { "answer": {
"submit": "Absenden", "submit": "Absenden",
...@@ -43,4 +44,4 @@ ...@@ -43,4 +44,4 @@
"improvable": "Luft nach oben", "improvable": "Luft nach oben",
"no-answers": "Keine Antworten" "no-answers": "Keine Antworten"
} }
} }
\ No newline at end of file
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
"enter-title": "Title", "enter-title": "Title",
"enter-comment": "Comment", "enter-comment": "Comment",
"send": "Send", "send": "Send",
"back": "Back",
"error-title": "Please enter a title!", "error-title": "Please enter a title!",
"error-comment": "Please enter a comment!", "error-comment": "Please enter a comment!",
"error-both-fields": "Please fill in all fields!" "error-both-fields": "Please fill in all fields!"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment