Prompts to add video/image
[fnpeditor.git] / src / editor / plugins / core / video / videoElement.js
index 96003d7..0687955 100644 (file)
@@ -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'));
         }
     },