From 1724aced0c706a5a4cc9d2987cc639c9fc93e5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sarah=20=E2=9C=88=20semark?= Date: Wed, 24 Oct 2018 15:17:07 +0100 Subject: [PATCH] Implement more generic pre-publish prompts; fixes #10750. (#11009) --- .../editor/src/components/post-publish-panel/prepublish.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor/src/components/post-publish-panel/prepublish.js b/packages/editor/src/components/post-publish-panel/prepublish.js index 79d1e4aec2005..e05f97e5784ac 100644 --- a/packages/editor/src/components/post-publish-panel/prepublish.js +++ b/packages/editor/src/components/post-publish-panel/prepublish.js @@ -33,10 +33,10 @@ function PostPublishPanelPrepublish( { prePublishBodyText = __( 'When you’re ready, submit your work for review, and an Editor will be able to approve it for you.' ); } else if ( isBeingScheduled ) { prePublishTitle = __( 'Are you ready to schedule?' ); - prePublishBodyText = __( 'Your post will be published at the specified date and time.' ); + prePublishBodyText = __( 'Your work will be published at the specified date and time.' ); } else { prePublishTitle = __( 'Are you ready to publish?' ); - prePublishBodyText = __( 'Double-check your settings, then use the button to publish your post.' ); + prePublishBodyText = __( 'Double-check your settings before publishing.' ); } return (