Quick typo

This commit is contained in:
kimihiro64 2016-08-23 09:53:45 -05:00 committed by GitHub
parent 92a0e40536
commit 61bd7ce5c5

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') {
@ -115,4 +115,4 @@ var App = React.createClass({
</div>
);
}
});
});