Merge pull request #5755 from gabrielbazan7/fix/qrCH

fix export qr code for long strings
This commit is contained in:
Matias Alejo Garcia 2017-03-10 17:22:51 -03:00 committed by GitHub
commit 92b88fcebc

View file

@ -1,6 +1,6 @@
<div class="list" ng-show="formData.supported"> <div class="list" ng-show="formData.supported">
<div class="text-center m20t"> <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>
<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 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> </div>