Skip to content

Commit

Permalink
Update packages/block-editor/src/components/media-replace-flow/index.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Sören Wrede <soerenwrede@gmail.com>
  • Loading branch information
draganescu and Soean authored Jan 9, 2020
1 parent 47cefa2 commit b20a223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const MediaReplaceFlow = (
</MediaUploadCheck>
</NavigableMenu>
{ onSelectURL && <div className="block-editor-media-flow__url-input">
<span className="block-editor-media-replace-flow__image-url-label">{ __( ' Current media URL:' ) }</span>
<span className="block-editor-media-replace-flow__image-url-label">{ __( 'Current media URL:' ) }</span>
{ urlInputUIContent }
</div> }
</>
Expand Down

0 comments on commit b20a223

Please sign in to comment.