mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 15:26:09 +00:00
added latest version for desktop
This commit is contained in:
parent
927b606290
commit
00cd671cd0
2 changed files with 6 additions and 1 deletions
|
@ -475,6 +475,9 @@ pages:
|
||||||
hero-text: Your wallet is the software you use to send, receive and store Dash. It’s simple to use and you can choose to send payments anonymously from your wallet using PrivateSend
|
hero-text: Your wallet is the software you use to send, receive and store Dash. It’s simple to use and you can choose to send payments anonymously from your wallet using PrivateSend
|
||||||
wallets-desktop-header: Desktop
|
wallets-desktop-header: Desktop
|
||||||
wallets-desktop-subtitle: Dash Desktop Wallets are available with different features and security.
|
wallets-desktop-subtitle: Dash Desktop Wallets are available with different features and security.
|
||||||
|
wallets-desktop-latest: >
|
||||||
|
Latest: 25th Feb 2017
|
||||||
|
wallets-desktop-current-version: v0.12.1.2
|
||||||
wallets-mobile-header: Mobile
|
wallets-mobile-header: Mobile
|
||||||
wallets-mobile-subtitle: Dash Mobile Wallets are available with different features and security, run from your Mobile (Phone, Tablet,..) device
|
wallets-mobile-subtitle: Dash Mobile Wallets are available with different features and security, run from your Mobile (Phone, Tablet,..) device
|
||||||
wallets-hardware-header: Hardware
|
wallets-hardware-header: Hardware
|
||||||
|
|
|
@ -40,7 +40,9 @@ description: pages.wallets.description
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<h3 id="wallets">{% t pages.wallets.wallets-desktop-header %}</h3>
|
<h3 id="wallets">{% t pages.wallets.wallets-desktop-header %}</h3>
|
||||||
<p>{% t pages.wallets.wallets-desktop-subtitle %}</p>
|
<p>
|
||||||
|
{% t pages.wallets.wallets-desktop-subtitle %} {% t pages.wallets.wallets-desktop-latest %} {% t pages.wallets.wallets-desktop-current-version %}
|
||||||
|
</p>
|
||||||
<ul id="wallet-os-tabs" class="nav2 nav-tabs">
|
<ul id="wallet-os-tabs" class="nav2 nav-tabs">
|
||||||
{% for os-sequence in desktop-os-order-list %}
|
{% for os-sequence in desktop-os-order-list %}
|
||||||
{% for wallet-group in desktop-os-collection %}
|
{% for wallet-group in desktop-os-collection %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue