From f90da78a90e5829b0fcb57e2b37ffacdcfc82de2 Mon Sep 17 00:00:00 2001 From: karthick-murugan Date: Fri, 17 Jan 2025 10:17:09 +0530 Subject: [PATCH] Description update --- 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 d6c9f8b95e8ea..7ae6bc84c882c 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={ __( - 'Restricts the text cursor within the block while navigating, preventing it from accidentally moving to other blocks, enhancing navigation control for keyboard users.' + 'Keeps the text cursor within blocks while navigating with arrow keys, preventing it from moving to other blocks, enhancing accessibility for keyboard users.' ) } label={ __( 'Contain text cursor inside block'