mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
copy change new wallet screen
This commit is contained in:
parent
62fbee8b49
commit
68604ae5b0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if wallet_type == 'multisig' %}
|
||||
<p>{{ _("We use sorted multisig (BIP-67), so ")}}<b>{{ _("order is NOT important.") }}</b> {{ _('Please read the ')}}<a data-style="color: #fff" href="https://specter-desktop-docs.netlify.app/multisig-guide/" target="_blank">{{ _("multisig guide")}}</a>.</p>
|
||||
<p>{{ _("We use sorted multisig (BIP-67) when generating multisig wallet, so ")}}<b>{{ _("the order of your devices is NOT important.") }}</b> {{ _('Please read the ')}}<a data-style="color: #fff" href="https://specter-desktop-docs.netlify.app/multisig-guide/" target="_blank">{{ _("multisig guide")}}</a>.</p>
|
||||
{% endif %}
|
||||
|
||||
<div class="grid grid-cols-3 gap-5 my-10">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue