From 143d127fd5671dab064e6b16c89769817285d831 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Fri, 7 Jun 2024 16:45:52 +0100 Subject: [PATCH] make text a single paragraph --- packages/editor/src/components/post-actions/actions.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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.' - ) } -