mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fixes wallet menu, list and container for correct links and translation
This commit is contained in:
parent
43ec650bd4
commit
7f028a68ba
4 changed files with 16 additions and 4 deletions
|
@ -33,6 +33,7 @@ max_wallet_text_length: 418 ## Unicode characters
|
|||
alt="{% translate platform{{os.name}} choose-your-wallet %}"
|
||||
title="{% translate platform{{os.name}} choose-your-wallet %}" />
|
||||
<span>{% translate platform{{os.name}} choose-your-wallet %}</span>
|
||||
<span>{% translate walletcat{{os.name}} choose-your-wallet %}</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
@ -47,6 +48,7 @@ max_wallet_text_length: 418 ## Unicode characters
|
|||
alt="{% translate platform{{os.name}} choose-your-wallet %}"
|
||||
title="{% translate platform{{os.name}} choose-your-wallet %}" />
|
||||
<h3>{% translate platform{{os.name}} choose-your-wallet %}</h3>
|
||||
<h3>{% translate walletcat{{os.name}} choose-your-wallet %}</h3>
|
||||
</div>
|
||||
<div class="wallet-os-download-buttons">
|
||||
{% if os.link == 'bitcoincore' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue