This commit is contained in:
Overtorment 2018-12-17 20:02:33 +00:00
parent abdb750aff
commit e6b33eb085
2 changed files with 1 additions and 2 deletions

View file

@ -124,7 +124,7 @@ export class LightningButton extends Component {
<View style={{ paddingTop: 30 }}>
<Icon name="bolt" size={32} type="font-awesome" color={(this.props.active && BlueApp.settings.foregroundColor) || '#d2d2d2'} />
<Text style={{ textAlign: 'center', color: (this.props.active && BlueApp.settings.foregroundColor) || '#d2d2d2' }}>
{loc.wallets.add.lightning} (beta)
{loc.wallets.add.lightning}
</Text>
</View>
</View>

View file

@ -48,7 +48,6 @@ export default class About extends Component {
<BlueTextCentered h4>BlueWallet is a free and open source Bitcoin wallet. Licensed MIT.</BlueTextCentered>
<BlueSpacing20 />
<BlueTextCentered h4>Still in beta, don't use to store large amounts!</BlueTextCentered>
<BlueTextCentered h4>Always backup your keys</BlueTextCentered>
<BlueSpacing20 />