From b5e7912f93de4b679c79fba2ba692f407a3a5e69 Mon Sep 17 00:00:00 2001 From: Kenneth C Date: Sat, 7 Mar 2020 03:06:22 +0000 Subject: [PATCH] Updated commentAcknowledgement modal. Removed outdated point regarding the ability to delete/edit comments and replaced it with an at least somewhat relevant point. --- ui/modal/modalCommentAcknowledgement/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/modal/modalCommentAcknowledgement/view.jsx b/ui/modal/modalCommentAcknowledgement/view.jsx index 8d9f88595..438fb39d3 100644 --- a/ui/modal/modalCommentAcknowledgement/view.jsx +++ b/ui/modal/modalCommentAcknowledgement/view.jsx @@ -31,7 +31,7 @@ class ModalCommentAcknowledgement extends React.PureComponent { )}
  • - {__('Deleting or editing comments is not currently possible. Please be mindful of this when posting.')} + {__('All comments are viewable by anyone, keep this in mind before writing a comment.')}
  • {__('When the alpha ends, we will attempt to transition comments, but do not promise to do so.')}