Merge pull request #2185 from lbryio/simplify-upgrade-text

Simplify upgrade text
This commit is contained in:
Shawn K 2019-01-14 15:49:52 -06:00 committed by GitHub
commit 563259b6b4
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 has been released, downloaded, and is ready for you to use pending a restart.'
'A new version of LBRY is ready for you.'
)}
</p>
<p className="help">