Changed the error message given when the daemon and LBRY app are on different versions of the API to make it more clear for the user what their next steps are.

This commit is contained in:
Scott Gartner 2018-07-10 18:46:31 -06:00
parent e317f573bf
commit a967495c23

View file

@ -17,13 +17,13 @@ class ModalIncompatibleDaemon extends React.PureComponent<Props> {
isOpen
contentLabel={__('Incompatible daemon running')}
type="confirm"
confirmButtonLabel={__('Quit daemon')}
confirmButtonLabel={__('Close LBRY and daemon')}
abortButtonLabel={__('Do nothing')}
onConfirmed={quitAnyDaemon}
onAborted={quit}
>
{__(
'This browser is running with an incompatible version of the LBRY protocol and your install must be repaired. '
'This browser is running with an incompatible version of the LBRY protocol, please close LBRY and rerun the installation package to repair LBRY.'
)}
<Button
button="link"