@@ -70,8 +70,7 @@ export function createLabeledInputView( locale ) {
labeledInputView.set( {
label: t( 'Insert image via URL' )
} );
- labeledInputView.fieldView.placeholder = 'https://example.com/src/image.png';
- labeledInputView.infoText = t( 'Paste the image source URL.' );
+ labeledInputView.fieldView.placeholder = 'https://example.com/image.png';
return labeledInputView;
}