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

Small copy update for the comments notification

refs https://github.com/TryGhost/Team/issues/1744
This commit is contained in:
James Morris 2022-08-03 17:18:07 +01:00
parent 58485a8d97
commit b1481cd0df

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>Get notified when someone replies to your comment</p>
<p>Receive notifications when members comment on one of your posts</p>
</div>
<div style={{display: 'flex', alignItems: 'center'}}>
<SuccessIcon show={showUpdated} checked={isChecked} />