even concisier
This commit is contained in:
parent
53fab45b39
commit
bdc09ddf16
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ class ModalAutoUpdateDownloaded extends React.PureComponent<Props, State> {
|
||||||
type="confirm"
|
type="confirm"
|
||||||
contentLabel={__('Update Downloaded')}
|
contentLabel={__('Update Downloaded')}
|
||||||
title={__('LBRY Leveled Up')}
|
title={__('LBRY Leveled Up')}
|
||||||
confirmButtonLabel={__('Use it Now')}
|
confirmButtonLabel={__('Use Now')}
|
||||||
abortButtonLabel={__('Upgrade on Close')}
|
abortButtonLabel={__('Upgrade on Close')}
|
||||||
confirmButtonDisabled={this.state.disabled}
|
confirmButtonDisabled={this.state.disabled}
|
||||||
onConfirmed={() => {
|
onConfirmed={() => {
|
||||||
|
@ -47,7 +47,7 @@ class ModalAutoUpdateDownloaded extends React.PureComponent<Props, State> {
|
||||||
<section className="card__content">
|
<section className="card__content">
|
||||||
<p>
|
<p>
|
||||||
{__(
|
{__(
|
||||||
'A new version of LBRY is ready for you to use pending a restart.'
|
'A new version of LBRY is ready for you.'
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
<p className="help">
|
<p className="help">
|
||||||
|
|
Loading…
Reference in a new issue