diff --git a/app/src/page/wallet/view.js b/app/src/page/wallet/view.js index 3e007fb4..5956cb54 100644 --- a/app/src/page/wallet/view.js +++ b/app/src/page/wallet/view.js @@ -11,13 +11,13 @@ import walletStyle from '../../styles/wallet'; class WalletPage extends React.PureComponent { render() { const { understandsRisks, setClientSetting } = this.props; - + if (!understandsRisks) { return ( - This is alpha software. You may lose any LBC that you send to your wallet due to uninstallation, software bugs, deleted files, or malicious third-party software. You should not use this wallet as your primary wallet. If you understand the risks and you wish to continue, please click the button below. + This is beta software. You may lose any LBC that you send to your wallet due to uninstallation, software bugs, deleted files, or malicious third-party software. You should not use this wallet as your primary wallet. If you understand the risks and you wish to continue, please click the button below.