Skip to content

Commit

Permalink
Remove colon from audio and video block placeholder. (#4431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored and aduth committed Jan 16, 2018
1 parent 75d81e9 commit fdd1568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/library/audio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ registerBlockType( 'core/audio', {
key="placeholder"
icon="media-audio"
label={ __( 'Audio' ) }
instructions={ __( 'Select an audio file from your library, or upload a new one:' ) }
instructions={ __( 'Select an audio file from your library, or upload a new one' ) }
className={ className }>
<form onSubmit={ onSelectUrl }>
<input
Expand Down
2 changes: 1 addition & 1 deletion blocks/library/video/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ registerBlockType( 'core/video', {
key="placeholder"
icon="media-video"
label={ __( 'Video' ) }
instructions={ __( 'Select a video file from your library, or upload a new one:' ) }
instructions={ __( 'Select a video file from your library, or upload a new one' ) }
className={ className }>
<form onSubmit={ onSelectUrl }>
<input
Expand Down

0 comments on commit fdd1568

Please sign in to comment.