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"
contentLabel={__('Update Downloaded')}
title={__('LBRY Leveled Up')}
confirmButtonLabel={__('Use it Now')}
confirmButtonLabel={__('Use Now')}
abortButtonLabel={__('Upgrade on Close')}
confirmButtonDisabled={this.state.disabled}
onConfirmed={() => {
@ -47,7 +47,7 @@ class ModalAutoUpdateDownloaded extends React.PureComponent<Props, State> {
<section className="card__content">
<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 className="help">