diff --git a/public/video-ui/src/components/VideoUpload/AddAssetFromURL.js b/public/video-ui/src/components/VideoUpload/AddAssetFromURL.js
index f0032aad3..3ef207f37 100644
--- a/public/video-ui/src/components/VideoUpload/AddAssetFromURL.js
+++ b/public/video-ui/src/components/VideoUpload/AddAssetFromURL.js
@@ -25,6 +25,12 @@ export default class AddAssetFromURL extends React.Component {
+ This should only be used as a backup if the 'Upload to YouTube' option is not available. +
++ Using an Asset URL from an existing YouTube video will not pass video data to our video commissioning and syndication tool, Pluto. +
- {id ?- A YouTube channel, category and privacy status are needed before uploading a video -
- ); - } - render() { const { video, startUpload } = this.props; const canUploadToYouTube = VideoUtils.canUploadToYouTube(video); return ( -+ A YouTube channel, category and privacy status are needed before uploading a video. Please set these in the YouTube furniture tab. +
: null + }