Skip to content

Commit

Permalink
I18n: Use consistent string: 'Link rel' (#20162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored Sep 27, 2022
1 parent fa55970 commit a6309c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const ImageURLInputUI = ( {
checked={ linkTarget === '_blank' }
/>
<TextControl
label={ __( 'Link Rel' ) }
label={ __( 'Link rel' ) }
value={ rel ?? '' }
onChange={ onSetLinkRel }
/>
Expand Down

0 comments on commit a6309c6

Please sign in to comment.