Skip to content

Commit

Permalink
Change RSS excerpt length label (#13501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored and youknowriad committed Mar 6, 2019
1 parent 15093fc commit aecaa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/rss/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class RSSEdit extends Component {
/>
{ displayExcerpt &&
<RangeControl
label={ __( 'Max length of the excerpt' ) }
label={ __( 'Max number of words in excerpt' ) }
value={ excerptLength }
onChange={ ( value ) => setAttributes( { excerptLength: value } ) }
min={ 0 }
Expand Down

0 comments on commit aecaa67

Please sign in to comment.