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:
parent
360962ae3a
commit
fa58f633af
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>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} />
|
||||
|
|
Loading…
Add table
Reference in a new issue