Skip to content

Commit

Permalink
Update text description of the "Contain text cursor inside block" pre…
Browse files Browse the repository at this point in the history
…ference (WordPress#68132)

* Image size fix in lightbox

* Revert "Image size fix in lightbox"

This reverts commit 63f81c1.

* Update text description

* Description update

* Update index.js

Minor text revision

---------

Co-authored-by: karthick-murugan <[email protected]>
Co-authored-by: joedolson <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2025
1 parent c093971 commit 3c1bbcc
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 @@ -250,7 +250,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.'
'Keeps the text cursor within blocks while navigating with arrow keys, preventing it from moving to other blocks and enhancing accessibility for keyboard users.'
) }
label={ __(
'Contain text cursor inside block'
Expand Down

0 comments on commit 3c1bbcc

Please sign in to comment.