Skip to content

Commit

Permalink
Comments block (legacy mode): Update warning message wording (#43527)
Browse files Browse the repository at this point in the history
Co-authored-by: Michal <[email protected]>
  • Loading branch information
ockham and michalczaplinski authored Sep 5, 2022
1 parent fd9c48e commit 67a6524
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/block-library/src/comments/edit/comments-legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ export default function CommentsLegacy( {
<div { ...blockProps }>
<Warning actions={ actions }>
{ __(
"Comments block: You're currently using this block in legacy mode. " +
'The following is just a placeholder, not a real comment. ' +
'The final styling may differ because it also depends on the current theme. ' +
'For better compatibility with the Block Editor, ' +
'please consider switching the block to its editable mode.'
"Comments block: You're currently using the legacy version of the block. " +
'The following is just a placeholder - the final styling will likely look different. ' +
'For a better representation and more customization options, ' +
'switch the block to its editable mode.'
) }
</Warning>
<Placeholder postId={ postId } postType={ postType } />
Expand Down

0 comments on commit 67a6524

Please sign in to comment.