From c44537cd9b33e32ce16d698503c029631967703f Mon Sep 17 00:00:00 2001 From: karthick-murugan Date: Thu, 19 Dec 2024 15:35:26 +0530 Subject: [PATCH] Update text description --- packages/editor/src/components/preferences-modal/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/components/preferences-modal/index.js b/packages/editor/src/components/preferences-modal/index.js index 72042bca03b70..d6c9f8b95e8ea 100644 --- a/packages/editor/src/components/preferences-modal/index.js +++ b/packages/editor/src/components/preferences-modal/index.js @@ -254,7 +254,7 @@ function PreferencesModalContents( { extraSections = {} } ) { scope="core" featureName="keepCaretInsideBlock" help={ __( - 'Keeps the text cursor within the block boundaries, aiding users with screen readers by preventing unintentional cursor movement outside the block.' + 'Restricts the text cursor within the block while navigating, preventing it from accidentally moving to other blocks, enhancing navigation control for keyboard users.' ) } label={ __( 'Contain text cursor inside block'