diff --git a/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx b/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx index 2caeac3a9..30209b10c 100644 --- a/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx +++ b/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx @@ -31,7 +31,7 @@ class ModalAutoUpdateDownloaded extends React.PureComponent { 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 {

{__( - 'A new version of LBRY is ready for you to use pending a restart.' + 'A new version of LBRY is ready for you.' )}