Skip to content

Commit

Permalink
Update text description
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Dec 19, 2024
1 parent c80640f commit c44537c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/preferences-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c44537c

Please sign in to comment.