Skip to content

Commit

Permalink
Fix: shorten the message
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaknagoshe2002 committed Dec 2, 2024
1 parent 010ea7b commit f453875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function PostPublishPanelPrepublish( { children } ) {
if ( ! hasPublishAction ) {
prePublishTitle = __( 'Are you ready to submit for review?' );
prePublishBodyText = __(
'A user with publishing permissions can review and approve it.'
'your work will be reviewed and then approved.'
);
} else if ( isBeingScheduled ) {
prePublishTitle = __( 'Are you ready to schedule?' );
Expand Down

0 comments on commit f453875

Please sign in to comment.