Skip to content

Commit

Permalink
Fix: modify test snapshot & capitalize the first char
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaknagoshe2002 committed Dec 2, 2024
1 parent f453875 commit 08da81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = __(
'your work will be reviewed and then approved.'
'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

0 comments on commit 08da81a

Please sign in to comment.