Merge pull request #100 from lbryio/tweak_upgrade_msg
Tweak upgrade message
This commit is contained in:
commit
c7f85046c2
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ var App = React.createClass({
|
|||
</Modal>
|
||||
<Modal isOpen={this.state.modal == 'upgrade'} type="confirm" confirmButtonLabel="Upgrade" abortButtonLabel="Skip"
|
||||
onConfirmed={this.handleUpgradeClicked} onAborted={this.handleSkipClicked} >
|
||||
<p>The version of LBRY you're using is not up to date. Choose "Upgrade" to get the latest version.</p>
|
||||
<p>Your version of LBRY is out of date and may be unreliable or insecure.</p>
|
||||
{this.state.isOldOSX
|
||||
? <p>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."</p>
|
||||
: null}
|
||||
|
|
Loading…
Add table
Reference in a new issue