diff --git a/packages/editor/src/components/post-actions/actions.js b/packages/editor/src/components/post-actions/actions.js index 2501abb927c2d8..aa5b4c20a9c6ee 100644 --- a/packages/editor/src/components/post-actions/actions.js +++ b/packages/editor/src/components/post-actions/actions.js @@ -776,13 +776,8 @@ function ReorderModal( { items, closeModal, onActionPerformed } ) { >
{ __( - '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.' ) } -

- { __( - 'Pages with the same order value will sorted alphabetically. Negative order values are also supported.' - ) } -