Fix #1326 Coldcard import dialog

This commit is contained in:
Kukks 2020-02-08 10:54:34 +01:00
parent 4853cfe41a
commit f5e65ec2a6
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@
Import from...
</button>
<div class="dropdown-menu dropdown-menu-right">
<button class="dropdown-item" type="button">... Coldcard (air gap)</button>
<button class="dropdown-item" type="button" data-toggle="modal" data-target="#coldcardimport">... Coldcard (air gap)</button>
<button class="dropdown-item check-for-ledger" type="button">... Ledger Wallet</button>
@if (Model.CryptoCode == "BTC")
{

View file

@ -63,7 +63,7 @@
<div class="modal-dialog" role="document">
<form class="modal-content" form method="post" enctype="multipart/form-data">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Import Coldcard Wallet</h5>
<h5 class="modal-title" id="coldcardimportLabel">Import Coldcard Wallet</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>