Skip to content

Commit f242b46

Browse files
audrasjbMamaduka
authored andcommitted
Merge "Icon Size" and "Icon size" translation strings (#73325)
This merges the "Icon Size" and "Icon size" translation strings to avoir multiple translation for similar strings. Co-authored-by: audrasjb <[email protected]> Co-authored-by: Mamaduka <[email protected]>
1 parent d5ecc9b commit f242b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export function SocialLinksEdit( props ) {
183183
<SelectControl
184184
__next40pxDefaultSize
185185
__nextHasNoMarginBottom
186-
label={ __( 'Icon Size' ) }
186+
label={ __( 'Icon size' ) }
187187
onChange={ ( newSize ) => {
188188
setAttributes( {
189189
size: newSize === '' ? undefined : newSize,

0 commit comments

Comments
 (0)