Merge pull request #41 from lbryio/kimihiro64-patch-1

Quick typo
This commit is contained in:
Jeremy Kauffman 2016-08-23 14:52:52 -04:00 committed by GitHub
commit aff23d77f0

View file

@ -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') {