Skip to content

Commit

Permalink
make text a single paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jun 7, 2024
1 parent 57b181e commit 143d127
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/editor/src/components/post-actions/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,13 +776,8 @@ function ReorderModal( { items, closeModal, onActionPerformed } ) {
>
<div>
{ __(
'This attribute determines the order of pages in the Pages List block.'
'Determines the order of pages in the Page List block. Pages with the same order value are sorted alphabetically. Negative order values are supported.'
) }
<p>
{ __(
'Pages with the same order value will sorted alphabetically. Negative order values are also supported.'
) }
</p>
</div>
<NumberControl
__next40pxDefaultSize
Expand Down

0 comments on commit 143d127

Please sign in to comment.