Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pre-publish panel wording to accurately describe the review process #67328

Merged
merged 5 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading