Changed the error message given when the daemon didn't update #1752

Merged
42degrees merged 3 commits from 42degrees_ticket1749_textChange into master 2018-07-15 01:57:37 +02:00
Showing only changes of commit a967495c23 - Show all commits

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"