Skip to content

Commit

Permalink
Make links plural in global styles (#36819)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored and noisysocks committed Nov 29, 2021
1 parent 5c1d410 commit b369eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@ const elements = {
},
link: {
description: __( 'Manage the fonts and typography used on the links.' ),
title: __( 'Link' ),
title: __( 'Links' ),
},
};

Expand Down
Expand Up @@ -94,7 +94,7 @@ function ScreenTypography( { name } ) {
name={ name }
parentMenu={ parentMenu }
element="link"
label={ __( 'Link' ) }
label={ __( 'Links' ) }
/>
</ItemGroup>
</VStack>
Expand Down

0 comments on commit b369eab

Please sign in to comment.