Update LND Wallet Create Phrasing

This commit is contained in:
Taylor Helsper 2020-01-18 11:20:07 -06:00
parent c85d215b7b
commit d0079b613d

View File

@ -90,7 +90,7 @@
Wallet Created
{% else %}
<a class="ui-button ui-widget ui-corner-all" style="width: 180px; margin-bottom: 15px;" href="/lnd/create_wallet">Create Wallet</a>
<a class="ui-button ui-widget ui-corner-all" style="width: 180px; margin-bottom: 15px;" href="/lnd/create_wallet_with_seed">Create Wallet with Seed</a>
<a class="ui-button ui-widget ui-corner-all" style="width: 180px; margin-bottom: 15px;" href="/lnd/create_wallet_with_seed">Create Wallet from Seed</a>
{% endif %}
</div>
</div>