fix export qr code for long strings

This commit is contained in:
Gabriel Bazán 2017-03-10 14:17:16 -03:00
parent c8ee0fdc35
commit 4983e5f015
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<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>
<qrcode size="220" version="11" error-correction-level="M" data="{{formData.exportWalletInfo}}" color="#334"></qrcode>
</div>
<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>
</div>