Skip to content

Commit b0d2be6

Browse files
hbhalodiahbhalodiaakasunilrichtabor
authored andcommitted
Add consistent control label for social icons block (WordPress#61715)
Co-authored-by: hbhalodia <[email protected]> Co-authored-by: akasunil <[email protected]> Co-authored-by: richtabor <[email protected]>
1 parent fdd5c50 commit b0d2be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/block-library/src/social-link/edit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ const SocialLinkEdit = ( {
117117
<PanelRow>
118118
<TextControl
119119
__nextHasNoMarginBottom
120-
label={ __( 'Link text' ) }
120+
label={ __( 'Text' ) }
121121
help={ __(
122-
'The link text is visible when enabled from the parent Social Icons block.'
122+
'The text is visible when enabled from the parent Social Icons block.'
123123
) }
124124
value={ label }
125125
onChange={ ( value ) =>

0 commit comments

Comments
 (0)