From 56058ec972f2bc2f9796d9d670ac7f176f4501d5 Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Thu, 2 Feb 2023 10:53:03 +0400 Subject: [PATCH] Site Editor: Update 'Additional CSS' subtitle string (#47671) --- packages/edit-site/src/components/global-styles/custom-css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/global-styles/custom-css.js b/packages/edit-site/src/components/global-styles/custom-css.js index dbc9a53178180..a63cfa5cfbd17 100644 --- a/packages/edit-site/src/components/global-styles/custom-css.js +++ b/packages/edit-site/src/components/global-styles/custom-css.js @@ -101,7 +101,7 @@ function CustomCSSControl( { blockName } ) { ) } - { __( 'ADDITIONAL CSS' ) } + { __( 'Additional CSS' ) }