Skip to content

Commit

Permalink
Social: Update color label to reflect 'Show text' setting
Browse files Browse the repository at this point in the history
  • Loading branch information
SainathPoojary committed Jan 23, 2025
1 parent b771bdd commit 4c983b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/social-links/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function SocialLinksEdit( props ) {
setIconColor( colorValue );
setAttributes( { iconColorValue: colorValue } );
},
label: __( 'Icon color' ),
label: showLabels ? __( 'Icon & label color' ) : __( 'Icon color' ),
resetAllFilter: () => {
setIconColor( undefined );
setAttributes( { iconColorValue: undefined } );
Expand Down

0 comments on commit 4c983b3

Please sign in to comment.