From 05531e0bc515d906eba55edfdb32201d546aa5cf Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 3 Sep 2018 20:53:09 +0100 Subject: [PATCH] change 'alpha' to 'beta' in wallet warning --- app/src/page/wallet/view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.