diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a833a1d..42a12c96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2019-11-19 + +* Topic invitations - User to accept invitation, no auto accept - https://github.com/citizenos/citizenos-fe/issues/112 + ## 2019-08-16 * https://github.com/citizenos/citizenos-fe/issues/179 - Cookie policy notification diff --git a/public/languages/en.json b/public/languages/en.json index 2205add0f..b1c13308b 100644 --- a/public/languages/en.json +++ b/public/languages/en.json @@ -925,6 +925,7 @@ "ep_comments_page.comment": "Add comment", "ep_comments_page.comments": "Comments", "ep_comments_page.add_comment.title": "Add new comment on selection", + "ep_comments_page.delete_comment.title": "Delete this comment", "ep_comments_page.edit_comment.title": "Edit this comment", "ep_comments_page.show_comments": "Show Comments",