copy change new wallet screen

This commit is contained in:
Manolis 2023-06-27 15:22:53 +02:00
parent 62fbee8b49
commit 68604ae5b0

View file

@ -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">