panr hace 5 años
padre
commit
049d2a4b6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-ui/src/labeledinput/labeledinputview.js

+ 1 - 1
packages/ckeditor5-ui/src/labeledinput/labeledinputview.js

@@ -34,7 +34,7 @@ export default class LabeledInputView extends View {
 
 
 		// Deprecation warning.
 		// Deprecation warning.
 		console.warn( 'The LabeledInputView component has been marked as deprecated' +
 		console.warn( 'The LabeledInputView component has been marked as deprecated' +
-			'and will be removed in the next major release.' +
+			'and will be removed in the next major release. ' +
 			'Please use LabeledFieldView component instead.' );
 			'Please use LabeledFieldView component instead.' );
 
 
 		const inputUid = `ck-input-${ uid() }`;
 		const inputUid = `ck-input-${ uid() }`;