Skip to content

Commit

Permalink
Change panel header copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Oct 27, 2021
1 parent e3b730d commit 3e0e9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor/src/components/entities-saved-states/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ export default function EntitiesSavedStates( { close } ) {
</div>

<div className="entities-saved-states__text-prompt">
<strong>{ __( 'Select the changes you want to save' ) }</strong>
<strong>{ __( 'Are you ready to save?' ) }</strong>
<p>
{ __(
'Some changes may affect other areas of your site.'
'The following changes have been made to your site, templates, and content.'
) }
</p>
</div>
Expand Down

0 comments on commit 3e0e9cd

Please sign in to comment.