Skip to content

Commit

Permalink
Fix: Update pre-publish panel wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaknagoshe2002 committed Nov 26, 2024
1 parent 8c34d91 commit 90180bb
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 = __(
'When you’re ready, submit your work for review, and an Editor will be able to approve it for you.'
'Since you are a Contributor, your work will be submitted for review, and a user with publishing permissions will be able to review and approve it for you.'
);
} else if ( isBeingScheduled ) {
prePublishTitle = __( 'Are you ready to schedule?' );
Expand Down

0 comments on commit 90180bb

Please sign in to comment.