Skip to content

Commit

Permalink
fix: Removed usage of toggle word
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Dec 19, 2024
1 parent f5048d8 commit 5fa470d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function ResponsiveBlockControl( props ) {
);

const toggleHelpText = __(
'Toggle between using the same value for all screen sizes or using a unique value per screen size.'
'Choose whether to use the same value for all screen sizes or a unique value for each screen size.'
);

const defaultControl = renderDefaultControl(
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/table-of-contents/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function TableOfContentsEdit( {
'Only including headings from the current page (if the post is paginated).'
)
: __(
'Toggle to only include headings from the current page (if the post is paginated).'
'Only include headings from the current page (if the post is paginated).'
)
}
/>
Expand Down

0 comments on commit 5fa470d

Please sign in to comment.