Bugfix
This commit is contained in:
parent
5e6257f012
commit
beeb79020b
1 changed files with 10 additions and 10 deletions
|
|
@ -313,16 +313,16 @@
|
|||
<div uk-grid *ngIf="selectedImportOption === 'ledger'" class="uk-margin-top">
|
||||
<div class="uk-width-1-1">
|
||||
<h3>Use Ledger Hardware Wallet</h3>
|
||||
<p *ngIf="ledger.status === ledgerStatus.NOT_CONNECTED">
|
||||
Make sure you have the nano app installed and running on your Ledger, then click one of the buttons below to connect via either USB or Bluetooth.<br>
|
||||
<span *ngIf="!ledgerService.isDesktop && !ledgerService.supportsBluetooth">Bluetooth is currently not supported by your browser, please use Chrome, Edge, Opera or Brave</span><br>
|
||||
<span *ngIf="ledgerService.isDesktop">
|
||||
<span *ngIf="ledgerService.supportsBluetooth">For Bluetooth, make sure your Ledger Nano X is already paired to your computer before clicking connect.</span>
|
||||
<span *ngIf="ledgerService.supportsBluetooth">No compatible Bluetooth hardware found. For better compatibility, please try <a href="https://nault.cc" target="_blank" rel="noopener noreferrer">Nault.cc</a> in a browser with Bluetooth support (Chrome, Edge, Opera or Brave).</span>
|
||||
</span><br>
|
||||
<a href="https://docs.nault.cc/2020/08/04/ledger-guide.html" target="_blank" rel="noopener noreferrer">Ledger/Nault User Guide and Troubleshooting</a><br>
|
||||
<div *ngIf="ledger.status === ledgerStatus.NOT_CONNECTED">
|
||||
<p>Make sure you have the nano app installed and running on your Ledger, then click one of the buttons below to connect via either USB or Bluetooth.</p>
|
||||
<p *ngIf="!ledgerService.isDesktop && !ledgerService.supportsBluetooth">Bluetooth is currently not supported by your browser, please use Chrome, Edge, Opera or Brave</p>
|
||||
<p *ngIf="ledgerService.isDesktop">
|
||||
<span *ngIf="ledgerService.supportsBluetooth">For Bluetooth, Your Ledger Nano X must already be paired to your computer before clicking connect.</span>
|
||||
<span *ngIf="!ledgerService.supportsBluetooth">No compatible Bluetooth hardware found. For better compatibility, please try <a href="https://nault.cc" target="_blank" rel="noopener noreferrer">Nault.cc</a> in a browser with Bluetooth support (Chrome, Edge, Opera or Brave).</span>
|
||||
</p>
|
||||
<p><a href="https://docs.nault.cc/2020/08/04/ledger-guide.html" target="_blank" rel="noopener noreferrer">Ledger/Nault User Guide and Troubleshooting</a></p>
|
||||
<br>
|
||||
</p>
|
||||
</div>
|
||||
<div *ngIf="!ledgerService.supportsUSB">
|
||||
<div class="uk-alert uk-alert-warning nlt-inline-alert">
|
||||
<div class="icon-column">
|
||||
|
|
@ -365,7 +365,7 @@
|
|||
</div>
|
||||
<p>
|
||||
<b>Ledger Device Connected</b><br>
|
||||
Accounts imported successfully.
|
||||
Ledger imported successfully.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue