Skip to content

Commit

Permalink
Add consistent control label for social icons block (WordPress#61715)
Browse files Browse the repository at this point in the history
Co-authored-by: hbhalodia <[email protected]>
Co-authored-by: akasunil <[email protected]>
Co-authored-by: richtabor <[email protected]>
  • Loading branch information
4 people authored and carstingaxion committed Jul 18, 2024
1 parent fdd5c50 commit b0d2be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/social-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ const SocialLinkEdit = ( {
<PanelRow>
<TextControl
__nextHasNoMarginBottom
label={ __( 'Link text' ) }
label={ __( 'Text' ) }
help={ __(
'The link text is visible when enabled from the parent Social Icons block.'
'The text is visible when enabled from the parent Social Icons block.'
) }
value={ label }
onChange={ ( value ) =>
Expand Down

0 comments on commit b0d2be6

Please sign in to comment.