add wallet backup to help page
This commit is contained in:
parent
e24eaa3552
commit
bc56691752
2 changed files with 4 additions and 1 deletions
|
@ -1065,5 +1065,6 @@
|
||||||
"Creator Analytics": "Creator Analytics",
|
"Creator Analytics": "Creator Analytics",
|
||||||
"Channel profile picture": "Channel profile picture",
|
"Channel profile picture": "Channel profile picture",
|
||||||
"(%count%)": "(%count%)",
|
"(%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."
|
||||||
}
|
}
|
|
@ -4,6 +4,7 @@ import * as icons from 'constants/icons';
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
// @if TARGET='app'
|
// @if TARGET='app'
|
||||||
import { shell } from 'electron';
|
import { shell } from 'electron';
|
||||||
|
import WalletBackup from 'component/walletBackup';
|
||||||
// @endif
|
// @endif
|
||||||
import { Lbry } from 'lbry-redux';
|
import { Lbry } from 'lbry-redux';
|
||||||
import Native from 'native';
|
import Native from 'native';
|
||||||
|
@ -198,6 +199,7 @@ class HelpPage extends React.PureComponent<Props, State> {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<WalletBackup />
|
||||||
{/* @endif */}
|
{/* @endif */}
|
||||||
|
|
||||||
<section className="card">
|
<section className="card">
|
||||||
|
|
Loading…
Reference in a new issue