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 committed Nov 24, 2021
1 parent 8d258e5 commit 63f4489
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 63f4489

Please sign in to comment.