Changed the error message given when the daemon didn't update #1752
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue