From bc5669175242b585123c0721de9214b391922a90 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 23 Mar 2020 12:06:43 -0400 Subject: [PATCH] add wallet backup to help page --- static/app-strings.json | 3 ++- ui/page/help/view.jsx | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/static/app-strings.json b/static/app-strings.json index b22f52782..0885c414e 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1065,5 +1065,6 @@ "Creator Analytics": "Creator Analytics", "Channel profile picture": "Channel profile picture", "(%count%)": "(%count%)", - "Reposts of %uri%": "Reposts of %uri%" + "Reposts of %uri%": "Reposts of %uri%", + "A backup of your wallet is synced with lbry.tv.": "A backup of your wallet is synced with lbry.tv." } \ No newline at end of file diff --git a/ui/page/help/view.jsx b/ui/page/help/view.jsx index 37ba5df5e..85efa8dd3 100644 --- a/ui/page/help/view.jsx +++ b/ui/page/help/view.jsx @@ -4,6 +4,7 @@ import * as icons from 'constants/icons'; import * as React from 'react'; // @if TARGET='app' import { shell } from 'electron'; +import WalletBackup from 'component/walletBackup'; // @endif import { Lbry } from 'lbry-redux'; import Native from 'native'; @@ -198,6 +199,7 @@ class HelpPage extends React.PureComponent { } /> + {/* @endif */}