From b80420465a6b98a678f9ae763066d342d5b9cb11 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 5 Dec 2016 14:51:36 -0500 Subject: [PATCH] Tweak upgrade message Avoid text like "Click 'Upgrade' to XXX" that tells the user how to do something that the UI already invites them to do. --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index f4fc8adad..35ce4b8fe 100644 --- a/js/app.js +++ b/js/app.js @@ -198,7 +198,7 @@ var App = React.createClass({ -

The version of LBRY you're using is not up to date. Choose "Upgrade" to get the latest version.

+

Your version of LBRY is out of date and may be unreliable or insecure.

{this.state.isOldOSX ?

Before installing the new version, make sure to exit LBRY. If you started the app, click the LBRY icon in your status bar and choose "Quit."

: null}