Skip to content

Commit

Permalink
Query Pagination: Update 'showLabel' help text (#68105)
Browse files Browse the repository at this point in the history
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: fabiankaegy <[email protected]>
Co-authored-by: afercia <[email protected]>
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: krokodok <[email protected]>
  • Loading branch information
6 people authored Dec 19, 2024
1 parent bdd9afa commit 766d6db
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ export function QueryPaginationLabelControl( { value, onChange } ) {
<ToggleControl
__nextHasNoMarginBottom
label={ __( 'Show label text' ) }
help={ __(
'Toggle off to hide the label text, e.g. "Next Page".'
) }
help={ __( 'Make label text visible, e.g. "Next Page".' ) }
onChange={ onChange }
checked={ value === true }
/>
Expand Down

1 comment on commit 766d6db

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 766d6db.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12411079703
📝 Reported issues:

Please sign in to comment.