- {__(
- 'Your LBRY update is ready. Restart LBRY now to use it!'
- )}
-
+
{__('LBRY Update Ready')}
+
{__('Your LBRY update is ready. Restart LBRY now to use it!')}
{__('Want to know what has changed?')} See the{' '}
.
diff --git a/src/renderer/modal/modalAutoUpdateDownloaded/index.js b/src/renderer/modal/modalAutoUpdateDownloaded/index.js
index 7283489aa..855d556df 100644
--- a/src/renderer/modal/modalAutoUpdateDownloaded/index.js
+++ b/src/renderer/modal/modalAutoUpdateDownloaded/index.js
@@ -1,7 +1,7 @@
-import React from "react";
-import { connect } from "react-redux";
-import { doCloseModal, doAutoUpdateDeclined } from "redux/actions/app";
-import ModalAutoUpdateDownloaded from "./view";
+import React from 'react';
+import { connect } from 'react-redux';
+import { doCloseModal, doAutoUpdateDeclined } from 'redux/actions/app';
+import ModalAutoUpdateDownloaded from './view';
const perform = dispatch => ({
closeModal: () => dispatch(doCloseModal()),
diff --git a/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx b/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx
index fda5ed519..c067c24ba 100644
--- a/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx
+++ b/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx
@@ -1,9 +1,9 @@
-import React from "react";
-import { Modal } from "modal/modal";
-import { Line } from "rc-progress";
-import Link from "component/link/index";
+import React from 'react';
+import { Modal } from 'modal/modal';
+import { Line } from 'rc-progress';
+import Link from 'component/link/index';
-const { ipcRenderer } = require("electron");
+const { ipcRenderer } = require('electron');
class ModalAutoUpdateDownloaded extends React.PureComponent {
render() {
@@ -13,20 +13,20 @@ class ModalAutoUpdateDownloaded extends React.PureComponent {
{
- ipcRenderer.send("autoUpdateAccepted");
+ ipcRenderer.send('autoUpdateAccepted');
}}
onAborted={() => {
declineAutoUpdate();
- ipcRenderer.send("autoUpdateDeclined");
+ ipcRenderer.send('autoUpdateDeclined');
closeModal();
}}
>
-
{__("LBRY Leveled Up")}
+
{__('LBRY Leveled Up')}
{__(
'A new version of LBRY has been released, downloaded, and is ready for you to use pending a restart.'
diff --git a/src/renderer/modal/modalEmailCollection/view.jsx b/src/renderer/modal/modalEmailCollection/view.jsx
index a17ecf7df..1418114d3 100644
--- a/src/renderer/modal/modalEmailCollection/view.jsx
+++ b/src/renderer/modal/modalEmailCollection/view.jsx
@@ -30,7 +30,12 @@ class ModalEmailCollection extends React.PureComponent {
Can We Stay In Touch?
- {this.renderInner()}
+
{this.renderInner()}
+
+
+ {`${__('Your email may be used to sync usage data across devices.')} `}
+
{`${__(
- 'This information is disclosed only to LBRY, Inc. and not to the LBRY network. It is only required to earn LBRY rewards.'
+ 'This information is disclosed only to LBRY, Inc. and not to the LBRY network. It is only required to earn LBRY rewards and may be used to sync usage data across devices.'
)} `}
navigate('/discover')} label={__('Return home')} />.