X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/30c11b8f1c25ec09d841d52e118a9f8ff5808f1b..a5b0d5944c60f5335668c2873f44d9885e745ba0:/src/editor/plugins/core/video/videoElement.js diff --git a/src/editor/plugins/core/video/videoElement.js b/src/editor/plugins/core/video/videoElement.js index 96003d7..0687955 100644 --- a/src/editor/plugins/core/video/videoElement.js +++ b/src/editor/plugins/core/video/videoElement.js @@ -59,7 +59,7 @@ _.extend(linkElement, { this._container().text(''); this._container().append($(video_frame)); } else { - this._container().text(gettext('No video')); + this._container().text(gettext('No video. Click here to add link to your video')); } },