diff --git a/packages/editor/src/components/post-status/index.js b/packages/editor/src/components/post-status/index.js index 414ddce229c4b3..ca728484e266a7 100644 --- a/packages/editor/src/components/post-status/index.js +++ b/packages/editor/src/components/post-status/index.js @@ -53,10 +53,10 @@ function PostStatusLabel( { canEdit } ) { statusLabel = __( 'Draft' ); break; case 'pending': - statusLabel = __( 'Pending review' ); + statusLabel = __( 'Pending' ); break; case 'private': - statusLabel = __( 'Published privately' ); + statusLabel = __( 'Private' ); break; } return (