8
0
panr 5 سال پیش
والد
کامیت
049d2a4b6f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.
 		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.' );
 
 		const inputUid = `ck-input-${ uid() }`;