Skip to content

Commit

Permalink
Fix: Remove redundancy from the wording and use 'can' instead of 'wil…
Browse files Browse the repository at this point in the history
…l be able to'
  • Loading branch information
sarthaknagoshe2002 committed Nov 27, 2024
1 parent 90180bb commit 010ea7b
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 = __(
'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.'
'A user with publishing permissions can review and approve it.'
);
} else if ( isBeingScheduled ) {
prePublishTitle = __( 'Are you ready to schedule?' );
Expand Down

0 comments on commit 010ea7b

Please sign in to comment.