warning message
This commit is contained in:
parent
a9c4762ef7
commit
309e0dfc1a
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
||||||
<ion-content ng-controller="tabReceiveController" ng-init="init()">
|
<ion-content ng-controller="tabReceiveController" ng-init="init()">
|
||||||
<div class="m30v text-center" copy-to-clipboard="addr">
|
<div class="m30v text-center" copy-to-clipboard="addr">
|
||||||
<qrcode size="220" data="bitcoin:{{addr}}"></qrcode>
|
<qrcode size="220" data="bitcoin:{{addr}}"></qrcode>
|
||||||
|
<div ng-if="wallet.needsBackup" class="assertive" translate>
|
||||||
|
Before receiving funds, you must backup your wallet. If this device is lost, it is impossible to access your funds without a backup.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="padding assertive" ng-show="error">
|
<div class="padding assertive" ng-show="error">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue