diff --git a/packages/editor/src/components/post-actions/reset-posts-page.js b/packages/editor/src/components/post-actions/reset-posts-page.js index c276fda422f757..fa0dea87f820e3 100644 --- a/packages/editor/src/components/post-actions/reset-posts-page.js +++ b/packages/editor/src/components/post-actions/reset-posts-page.js @@ -75,7 +75,7 @@ const ResetPostsPageModal = ( { items, closeModal } ) => { const modalText = sprintf( // translators: %1$s: title of the page to be unset as the posts page, %2$s: post pages warning message. __( - 'Reset the posts page? "%1$s" will no longer be the posts page. %2$s' + 'Reset the posts page? "%1$s" will no longer show the latest posts. %2$s' ), pageTitle, modalWarning