We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd5c50 commit b0d2be6Copy full SHA for b0d2be6
packages/block-library/src/social-link/edit.js
@@ -117,9 +117,9 @@ const SocialLinkEdit = ( {
117
<PanelRow>
118
<TextControl
119
__nextHasNoMarginBottom
120
- label={ __( 'Link text' ) }
+ label={ __( 'Text' ) }
121
help={ __(
122
- '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.'
123
) }
124
value={ label }
125
onChange={ ( value ) =>
0 commit comments