From debe350d1c6b694f08bdeff920b08f2158cc0b05 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Mon, 12 Aug 2024 12:50:01 -0300 Subject: [PATCH] rename option --- src/editor-sidebar/global-styles-json-editor-modal.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/editor-sidebar/global-styles-json-editor-modal.js b/src/editor-sidebar/global-styles-json-editor-modal.js index 409fb1bf..e4d8c0ee 100644 --- a/src/editor-sidebar/global-styles-json-editor-modal.js +++ b/src/editor-sidebar/global-styles-json-editor-modal.js @@ -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 }