copay/www/views/tab-export-qrCode.html

11 lines
522 B
HTML
Raw Normal View History

2016-10-13 07:45:45 -07:00
<div class="list" ng-show="formData.supported">
<div class="text-center m20t">
<qrcode size="220" version="8" error-correction-level="M" data="{{formData.exportWalletInfo}}" color="#334"></qrcode>
2016-09-07 08:23:09 -07:00
</div>
2016-10-13 07:45:45 -07:00
<div class="text-center size-12 m20v" translate>From the destination device, go to Add wallet &gt; Import wallet and scan this QR code</div>
2016-09-07 08:23:09 -07:00
</div>
2016-10-13 07:45:45 -07:00
<div class="list" ng-show="!formData.supported">
<div class="text-center size-12 m20v" translate>Exporting via QR not supported for this wallet</div>
2016-09-07 08:23:09 -07:00
</div>