Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions packages/editor/src/components/collab-sidebar/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,16 @@ export function Comments( {
setShowCommentBoard={ setShowCommentBoard }
commentSidebarRef={ commentSidebarRef }
/>
<Text as="p">{ __( 'No notes available.' ) }</Text>
<Text as="p">
{ __(
'No notes have been created yet for this post. To start discussing edits, find “Add note” in a block’s Options menu.'
) }
</Text>
<hr />
<Text as="p" variant="muted">
{ __( 'Only logged in users can see Notes.' ) }
{ __(
'Notes are private and only visible to those with the capability to edit or review their associated post.'
) }
</Text>
</>
);
Expand Down
Loading