Skip to content

Commit

Permalink
Update pre-publish panel wording to accurately describe the review pr…
Browse files Browse the repository at this point in the history
…ocess (#67328)

* Fix: Update pre-publish panel wording

* Fix: Remove redundancy from the wording and use 'can' instead of 'will be able to'

* Fix: shorten the message

* Fix: modify test snapshot & capitalize the first char

* Fix: rectify test snapshot

Co-authored-by: sarthaknagoshe2002 <[email protected]>
Co-authored-by: afercia <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: hanneslsm <[email protected]>
  • Loading branch information
5 people authored Dec 6, 2024
1 parent 2331573 commit 00c32f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.'
'Your work will be reviewed and then approved.'
);
} else if ( isBeingScheduled ) {
prePublishTitle = __( 'Are you ready to schedule?' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ exports[`PostPublishPanel should render the pre-publish panel if post status is
</strong>
</div>
<p>
When you’re ready, submit your work for review, and an Editor will be able to approve it for you.
Your work will be reviewed and then approved.
</p>
<div
class="components-site-card"
Expand Down Expand Up @@ -619,7 +619,7 @@ exports[`PostPublishPanel should render the pre-publish panel if the post is not
</strong>
</div>
<p>
When you’re ready, submit your work for review, and an Editor will be able to approve it for you.
Your work will be reviewed and then approved.
</p>
<div
class="components-site-card"
Expand Down

0 comments on commit 00c32f4

Please sign in to comment.