Skip to content

Commit

Permalink
Update style revision top toolbar text
Browse files Browse the repository at this point in the history
Fixes #51202 by updating just the copy from "Global styles revisions" to "Style Revisions", matching what we show with "Style Book".
  • Loading branch information
annezazu authored Jan 22, 2024
1 parent 7b2350a commit 945e024
Showing 1 changed file with 1 addition and 1 deletion.
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 __( 'Styles Revisions' );
default:
return '';
}
Expand Down

0 comments on commit 945e024

Please sign in to comment.