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

11 lines
523 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">
2017-03-10 09:17:16 -08:00
<qrcode size="220" version="11" 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>