diff --git a/js/page/home.js b/js/page/home.js index 605b10e91..2898c2ba9 100644 --- a/js/page/home.js +++ b/js/page/home.js @@ -102,7 +102,7 @@ var SearchResultRow = React.createClass({ -

{this.props.title}

+

{this.props.title}

lbry://{this.props.name}

{this.props.description}

diff --git a/js/page/my_files.js b/js/page/my_files.js index 69ddfc9d9..b575b318e 100644 --- a/js/page/my_files.js +++ b/js/page/my_files.js @@ -97,7 +97,7 @@ var MyFilesRow = React.createClass({ {'Photo
-

{this.props.title}

+

{this.props.title}

{ ' ' } {this.props.completed ? 'Download complete' : (parseInt(this.props.ratioLoaded * 100) + '%')}