Downloads: make table headers for 'light and mobile wallets' translatable

This commit is contained in:
erciccione 2021-01-01 10:38:22 +00:00
parent b3b042c1a4
commit 38c83ce91e
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF
2 changed files with 7 additions and 4 deletions

View File

@ -242,6 +242,9 @@ downloads:
packages: There are also packages available for multiple Linux distributions.
packages_link: See the list on GitHub
releasenotes: release notes
wallet: Wallet
mobile: Mobile
desktop: Desktop
press-kit:
intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself.

View File

@ -230,10 +230,10 @@ permalink: /downloads/index.html
</div>
<table class="desktop-only">
<tr>
<th>Wallet</th>
<th>Mobile</th>
<th>Desktop</th>
<th>Source Code</th>
<th>{% t downloads.wallet %}</th>
<th>{% t downloads.mobile %}</th>
<th>{% t downloads.desktop %}</th>
<th>{% t downloads.sourcecode %}</th>
</tr>
<tr>
<td><img src="/img/cakewallet.png" alt="Cake Wallet Logo"><a href="https://cakewallet.com/">Cake Wallet</a></td>