From b3218f13c907331b186de99e49b8930bc3d07120 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Fri, 16 Sep 2016 12:56:20 -0400 Subject: [PATCH] Show message on My Files page for files uploading to Reflector --- js/page/my_files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/page/my_files.js b/js/page/my_files.js index 66f7dd20c..895806e15 100644 --- a/js/page/my_files.js +++ b/js/page/my_files.js @@ -110,7 +110,7 @@ var MyFilesRow = React.createClass({ {this.props.completed ? 'Download complete' : (parseInt(this.props.ratioLoaded * 100) + '%')}
{ pauseLink }
{ watchButton }
- {this.props.available ? null :

This file is now uploading to Reflector. This service hosts a copy of the file on LBRY's servers so that it's available even if no one with the file is online.

} + {this.props.available ? null :

This file is uploading to Reflector. Reflector is a service that hosts a copy of the file on LBRY's servers so that it's available even if no one with the file is online.

} ) }