even concisier

This commit is contained in:
Jeremy Kauffman 2019-01-14 16:34:47 -05:00 committed by GitHub
parent 53fab45b39
commit bdc09ddf16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">