diff --git a/packages/editor/src/components/post-publish-modal/index.js b/packages/editor/src/components/post-publish-modal/index.js index 24139e28e0fcc1..37ac097690d5aa 100644 --- a/packages/editor/src/components/post-publish-modal/index.js +++ b/packages/editor/src/components/post-publish-modal/index.js @@ -101,7 +101,7 @@ export class PostPublishModal extends Component {
{ isPrePublish && ( isSaving ? -
+
: <> @@ -113,16 +113,15 @@ export class PostPublishModal extends Component { checked={ isPublishSidebarEnabled } onChange={ onTogglePublishSidebar } /> -
+
- - +
) } diff --git a/packages/editor/src/components/post-publish-modal/postpublish.js b/packages/editor/src/components/post-publish-modal/postpublish.js index b95c7da6c25dd6..2c1d3ca4dd3f6c 100644 --- a/packages/editor/src/components/post-publish-modal/postpublish.js +++ b/packages/editor/src/components/post-publish-modal/postpublish.js @@ -62,8 +62,8 @@ class PostPublishModalPostpublish extends Component { const viewPostLabel = get( postType, [ 'labels', 'view_item' ] ); return ( -
-

+

+

{ sprintf( /* translators: %s: post type singular name */ @@ -71,10 +71,10 @@ class PostPublishModalPostpublish extends Component { ) }

-
+
@@ -94,7 +94,7 @@ class PostPublishModalPostpublish extends Component {
{ ! isScheduled && ( -
+