Skip to content

Commit

Permalink
Update Style Revision top toolbar text (#58057)
Browse files Browse the repository at this point in the history
* Update style revision top toolbar text

Fixes #51202 by updating just the copy from "Global styles revisions" to "Style Revisions", matching what we show with "Style Book".

* Styles Revisions -> Style Revisions

* Update test

---------

Co-authored-by: Rich Tabor <[email protected]>
  • Loading branch information
annezazu and richtabor authored Jan 23, 2024
1 parent 987265a commit c9ce514
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 @@ -35,7 +35,7 @@ function getEditorCanvasContainerTitle( view ) {
return __( 'Style Book' );
case 'global-styles-revisions':
case 'global-styles-revisions:style-book':
return __( 'Global styles revisions' );
return __( 'Style Revisions' );
default:
return '';
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test.use( {
},
} );

test.describe( 'Global styles revisions', () => {
test.describe( 'Style Revisions', () => {
let stylesPostId;
test.beforeAll( async ( { requestUtils } ) => {
await Promise.all( [
Expand Down

0 comments on commit c9ce514

Please sign in to comment.