8
0
فهرست منبع

Improved hint text.

dkonopka 7 سال پیش
والد
کامیت
3fa572c41a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-media-embed/src/ui/mediaformview.js

+ 1 - 1
packages/ckeditor5-media-embed/src/ui/mediaformview.js

@@ -245,7 +245,7 @@ export default class MediaFormView extends View {
 		const t = this.locale.t;
 
 		this.urlInputView.errorText = null;
-		this.urlInputView.infoText = t( 'Paste the URL here or into the content to embed faster.' );
+		this.urlInputView.infoText = t( 'Paste the URL into the content to embed faster.' );
 	}
 
 	/**