From 315ce7e4fc616780cd5b928e4084edd085df76b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sarah=20=E2=9C=88=20semark?= Date: Wed, 8 Aug 2018 23:16:01 +0100 Subject: [PATCH] Improve pre-publish panel styling (#7879) * Use clearer wording for pre-publish panel prompt; fixes #7873. * Style pre-publish panel more consistently with settings sidebar; fixes #7878. * Switch to an all-white background for prepublish panel. --- .../components/post-publish-panel/prepublish.js | 2 +- .../src/components/post-publish-panel/style.scss | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/editor/src/components/post-publish-panel/prepublish.js b/packages/editor/src/components/post-publish-panel/prepublish.js index 28071f8c10614..9e7b52f1cd0f9 100644 --- a/packages/editor/src/components/post-publish-panel/prepublish.js +++ b/packages/editor/src/components/post-publish-panel/prepublish.js @@ -26,7 +26,7 @@ function PostPublishPanelPrepublish( { return (
{ hasPublishAction ? __( 'Are you ready to publish?' ) : __( 'Are you ready to submit for review?' ) }
-

{ hasPublishAction ? __( 'Here, you can do a last-minute check up of your settings below, before you publish.' ) : __( 'When you’re ready, submit your work for review, and an Editor will be able to approve it for you.' ) }

+

{ hasPublishAction ? __( 'Double-check your settings, then use the button to publish your post.' ) : __( 'When you’re ready, submit your work for review, and an Editor will be able to approve it for you.' ) }

{ hasPublishAction && (