diff --git a/js/component/file-unavailable-message.js b/js/component/file-unavailable-message.js
new file mode 100644
index 000000000..29cf76de7
--- /dev/null
+++ b/js/component/file-unavailable-message.js
@@ -0,0 +1,23 @@
+import React from 'react';
+import {Link, ToolTipLink} from '../component/link.js';
+
+const FileUnavailableMessage = React.createClass({
+ _unavailableMessage: "The content on LBRY is hosted by its users. It appears there are no users " +
+ "connected that have this file at the moment.",
+ propTypes: {
+ onShowActionsClicked: React.PropTypes.func,
+ },
+ render: function() {
+ return (
+
+ This file is not currently available. { ' ' }
+ { ' ' }
+ {'onShowActionsClicked' in this.props
+ ?
+ : null}
+