Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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