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

finish preview

parent 1b480255
Branches
Tags
4 merge requests!171SWTP Comment Project,!170Fix linter in pipe,!169WebSocket Connector,!168Filter comment list
<h2>{{ 'comment-page.sure' | translate }}</h2>
<h4>{{comment.subject}}</h4>
<p>{{comment.body}}</p>
......
......@@ -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
}
......@@ -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!"
......
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