0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Replaced the comments notification copy

refs https://github.com/TryGhost/Team/issues/1691
This commit is contained in:
James Morris 2022-07-19 15:56:07 +01:00
parent 360962ae3a
commit fa58f633af

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>Likes and replies to my comments</p>
<p>Get notified when someone replies to your comment</p>
</div>
<div style={{display: 'flex', alignItems: 'center'}}>
<SuccessIcon show={showUpdated} checked={isChecked} />