Skip to content

Commit

Permalink
Bugfix: HTML escaped on Cobo and Coldcard Upload Keys page (#1871)
Browse files Browse the repository at this point in the history
* Corrected escaped HTML on Cobo Vault Upload Keys page
* Fixed buggy markup for ColdCard Upload Keys
  • Loading branch information
wombat6 authored Sep 8, 2022
1 parent 6e68ed9 commit f7b3b55
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
{{ _("Connect your ColdCard to the computer via USB and unlock it or upload a wallet export file from micro SD card.") }}<br>
</p>
<span class="note">
{{ _("To export the wallet data file from the ColdCard, insert your micro SD card into the device, then:<br>
To get the single sig xpubs, go to: Advanced -> MicroSD Card -> Export Wallet -> Generic JSON. When asked for account, select account number (default is 0) and confirm the export.<br>
To get the multisig xpubs, go to: Settings -> Multisig Wallets -> Export XPUB and confirm the export.") }}
{{ _("To export the wallet data file from the ColdCard, insert your micro SD card into the device, then:") }}<br>
{{ _("To get the single sig xpubs, go to: Advanced &rarr; MicroSD Card &rarr; Export Wallet &rarr; Generic JSON. When asked for account, select account number (default is 0) and confirm the export.") }}<br>
{{ _("To get the multisig xpubs, go to: Settings &rarr; Multisig Wallets &rarr; Export XPUB and confirm the export.") }}
</span>
</div>
<div id="specter-instructions" {%if device_class.device_type != 'specter' %}class="hidden"{% endif %}>
Expand All @@ -74,11 +74,11 @@
{{ _("Scan your Cobo Vault master public key or upload a wallet export file.") }}<br>
</p>
<span class="note">
{{ _("To get the master public keys QR codes to scan:<br><br>
For single sig, click on: Setting -> Watch-Only Wallet -> Generic Wallet, Click the top right 3 dots (...) -> Wallet Info ->Toggle Address Type, then select the wallet address type you would like to use for your wallet.<br><br>
For multisig, click on: Multisig Wallet -> Click the top right 3 dots (...) -> Show/Export XPUB, then select the wallet address type you would like to use for your wallet.<br>
Cobo Vault will then display the QR code which you should scan into Specter.<br><br>
To import with SD card, click on \"touch here to export the file with microSD\" on the same screen as the QR code.") }}
{{ _("To get the master public keys QR codes to scan:") }}<br><br>
{{ _("For single sig, click on: Setting &rarr; Watch-Only Wallet &rarr; Generic Wallet, Click the top right 3 dots (...) &rarr; Wallet Info &rarr; Toggle Address Type, then select the wallet address type you would like to use for your wallet.") }}<br><br>
{{ _("For multisig, click on: Multisig Wallet &rarr; Click the top right 3 dots (...) &rarr; Show/Export XPUB, then select the wallet address type you would like to use for your wallet.") }}<br>
{{ _("Cobo Vault will then display the QR code which you should scan into Specter.") }}<br><br>
{{ _("To import with SD card, click on \"touch here to export the file with microSD\" on the same screen as the QR code.") }}
</span>
</div>
<div id="passport-instructions" {%if device_class.device_type != 'passport' %}class="hidden"{% endif %}>
Expand Down

0 comments on commit f7b3b55

Please sign in to comment.