mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
Merge pull request #1115 from escapedcat/feat/ledger-xpub-help
feat(stores): add ledger specific xpub help
This commit is contained in:
commit
b75eaee6dd
@ -19,8 +19,22 @@
|
||||
<p id="no-ledger-info" style="display: none;">
|
||||
No ledger wallet detected. If you own one, use chrome, open the app, and refresh this page.
|
||||
</p>
|
||||
<div id="ledger-info" class="display-when-ledger-connected">
|
||||
<span>A ledger wallet is detected, which account do you want to use? No need to paste manually xpub if your ledger device was detected. Just select derivation scheme from the list bellow and xpub will automatically populate.</span>
|
||||
<div id="no-ledger-info" class="display-when-ledger-connected">
|
||||
<p>
|
||||
A ledger wallet is detected, which account do you want to use? No need to paste manually
|
||||
xpub if your ledger device was detected. Just select derivation scheme from the list
|
||||
bellow and xpub will automatically populate.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://docs.btcpayserver.org/getting-started/connectwallet/ledgerwallet#manual-setup"
|
||||
title="Open Ledger wallet manual setup docs"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Can't find your account in the select?
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@ -63,7 +77,6 @@
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
BTCPayServer/wwwroot/img/ledger-help-xpub.png
Normal file
BIN
BTCPayServer/wwwroot/img/ledger-help-xpub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user