0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Reverted back a copy change that was made in error

refs https://github.com/TryGhost/Team/issues/1744
This commit is contained in:
James Morris 2022-08-08 11:32:57 +01:00
parent 39d03c66d2
commit 821ec840b3

View file

@ -99,7 +99,7 @@ function CommentsSection({updateCommentNotifications, isCommentsEnabled, enableC
<section className='gh-portal-list-toggle-wrapper'>
<div className='gh-portal-list-detail'>
<h3>Comments</h3>
<p>Receive notifications when members comment on one of your posts</p>
<p>Get notified when someone replies to your comment</p>
</div>
<div style={{display: 'flex', alignItems: 'center'}}>
<SuccessIcon show={showUpdated} checked={isChecked} />