diff --git a/js/app.js b/js/app.js index 3d01dc888..a052f804c 100644 --- a/js/app.js +++ b/js/app.js @@ -31,7 +31,7 @@ var App = React.createClass({ } var message = 'The version of LBRY you\'re using is not up to date.\n\n' + - 'Choose "OK" to download the latest version."'; + 'Choose "OK" to download the latest version.'; lbry.getVersionInfo(function(versionInfo) { if (versionInfo.os_system == 'Darwin') { @@ -115,4 +115,4 @@ var App = React.createClass({ ); } -}); \ No newline at end of file +});