diff --git a/webapp/components/Comment/Comment.vue b/webapp/components/Comment/Comment.vue index 0f37dae5d..5c47a3656 100644 --- a/webapp/components/Comment/Comment.vue +++ b/webapp/components/Comment/Comment.vue @@ -57,11 +57,11 @@ diff --git a/webapp/components/CommentList/CommentList.vue b/webapp/components/CommentList/CommentList.vue index 9a72e0073..ef6e3b096 100644 --- a/webapp/components/CommentList/CommentList.vue +++ b/webapp/components/CommentList/CommentList.vue @@ -7,16 +7,16 @@
diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 0c11c8d13..d552d51ba 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -279,7 +279,7 @@ }, "comment": { "submit": "Kommentiere", - "submitted": "Kommentar Gesendet", + "submitted": "Kommentar gesendet!", "updated": "Änderungen gespeichert", "reply": "Antworten" }, diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 7804bcbfc..d15614ecc 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -444,8 +444,8 @@ }, "comment": { "submit": "Comment", - "submitted": "Comment Submitted", - "updated": "Changes Saved", + "submitted": "Comment submitted!", + "updated": "Changes saved!", "reply": "Reply" }, "edited": "edited"