Updated commentAcknowledgement modal.

Removed outdated point regarding the ability to delete/edit comments and replaced it with an at least somewhat relevant point.
This commit is contained in:
Kenneth C 2020-03-07 03:06:22 +00:00 committed by Sean Yesmunt
parent 0d30c8d428
commit b5e7912f93

View file

@ -31,7 +31,7 @@ class ModalCommentAcknowledgement extends React.PureComponent<Props> {
)} )}
</li> </li>
<li> <li>
{__('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.')}
</li> </li>
<li>{__('When the alpha ends, we will attempt to transition comments, but do not promise to do so.')}</li> <li>{__('When the alpha ends, we will attempt to transition comments, but do not promise to do so.')}</li>
</ul> </ul>