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:
parent
39d03c66d2
commit
821ec840b3
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Reference in a new issue