Skip to content

Commit

Permalink
Post excerpt: Update read more placeholder text (#30959)
Browse files Browse the repository at this point in the history
* Update read more placeholder text

* Update edit.js
  • Loading branch information
carolinan authored May 7, 2021
1 parent f444058 commit 4e3588d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/post-excerpt/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default function PostExcerptEditor( {
<RichText
className="wp-block-post-excerpt__more-link"
tagName="a"
aria-label={ __( 'Read more link text' ) }
placeholder={ __( 'Read more' ) }
aria-label={ __( '"Read more" link text' ) }
placeholder={ __( 'Add "read more" link text' ) }
value={ moreText }
onChange={ ( newMoreText ) =>
setAttributes( { moreText: newMoreText } )
Expand Down

0 comments on commit 4e3588d

Please sign in to comment.