Skip to content

Commit

Permalink
rename option
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Aug 12, 2024
1 parent a410416 commit debe350
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/editor-sidebar/global-styles-json-editor-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ const GlobalStylesJsonEditorModal = ( { onRequestClose } ) => {
size="large"
title={ sprintf(
// translators: %s: theme name.
__(
'Global Styles Customizations for %s',
'create-block-theme'
),
__( 'Custom Styles for %s', 'create-block-theme' ),
themeName
) }
onRequestClose={ onRequestClose }
Expand Down

0 comments on commit debe350

Please sign in to comment.