From 2a673cdfe692d961c72a242d41e634570f468bd8 Mon Sep 17 00:00:00 2001 From: karthick-murugan Date: Thu, 2 Jan 2025 19:57:32 +0530 Subject: [PATCH] Feedback changes updated --- .../src/components/global-styles/image-settings-panel.js | 4 ++-- .../src/components/url-popover/image-url-input-ui.js | 6 +++--- packages/block-library/src/gallery/edit.js | 2 +- packages/block-library/src/image/index.php | 8 ++------ 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/packages/block-editor/src/components/global-styles/image-settings-panel.js b/packages/block-editor/src/components/global-styles/image-settings-panel.js index e1e5d191b9122..e6fa7a4414f6c 100644 --- a/packages/block-editor/src/components/global-styles/image-settings-panel.js +++ b/packages/block-editor/src/components/global-styles/image-settings-panel.js @@ -61,14 +61,14 @@ export default function ImageSettingsPanel( { // "RESET" button ONLY when the user has explicitly set a value in the // Global Styles. hasValue={ () => !! value?.lightbox } - label={ __( 'Enlarge image' ) } + label={ __( 'Enlarge on click' ) } onDeselect={ resetLightbox } isShownByDefault panelId={ panelId } > diff --git a/packages/block-editor/src/components/url-popover/image-url-input-ui.js b/packages/block-editor/src/components/url-popover/image-url-input-ui.js index def9216f740c9..916d9bfc0997d 100644 --- a/packages/block-editor/src/components/url-popover/image-url-input-ui.js +++ b/packages/block-editor/src/components/url-popover/image-url-input-ui.js @@ -265,14 +265,14 @@ const ImageURLInputUI = ( {
-

{ __( 'Enlarge image' ) }

+

{ __( 'Enlarge on click' ) }

{ __( 'Scales the image with a lightbox effect' ) }