Explorar o código

Removed info text from the image insertion via URL field.

Aleksander Nowodzinski %!s(int64=5) %!d(string=hai) anos
pai
achega
50f3e61f08
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      packages/ckeditor5-image/src/imageinsert/utils.js

+ 1 - 2
packages/ckeditor5-image/src/imageinsert/utils.js

@@ -70,8 +70,7 @@ export function createLabeledInputView( locale ) {
 	labeledInputView.set( {
 	labeledInputView.set( {
 		label: t( 'Insert image via URL' )
 		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;
 	return labeledInputView;
 }
 }