diff --git a/client/coral-plugin-commentbox/translations.json b/client/coral-plugin-commentbox/translations.json index eee577b2a..7e68b44b5 100644 --- a/client/coral-plugin-commentbox/translations.json +++ b/client/coral-plugin-commentbox/translations.json @@ -2,11 +2,13 @@ "en": { "post": "Post", "reply": "Reply", - "comment": "Comment" + "comment": "Comment", + "comment-post-notif": "Your comment has been posted." }, "es": { "post": "Publicar", "reply": "Respuesta", - "comment": "Comentario" + "comment": "Comentario", + "comment-post-notif": "¡traduceme!" } } diff --git a/client/coral-plugin-flags/translations.json b/client/coral-plugin-flags/translations.json index f5fb9ba9a..0721d3e00 100644 --- a/client/coral-plugin-flags/translations.json +++ b/client/coral-plugin-flags/translations.json @@ -1,10 +1,12 @@ { "en": { "flag": "Flag", - "flagged": "Flagged" + "flagged": "Flagged", + "flag-notif": "Thank you for reporting this comment. Our moderation team has been notified and will review it shortly." }, "es": { "flag": "¡traduceme!", - "flagged": "¡traduceme!" + "flagged": "¡traduceme!", + "flag-notif": "¡traduceme!" } }