Merge pull request #1399

Downloads: make table headers for 'light and mobile wallets' translatable
This commit is contained in:
luigi1111 2021-01-19 11:29:21 -05:00 committed by GitHub
commit 41e068f7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: There are also packages available for multiple Linux distributions.
packages_link: See the list on GitHub packages_link: See the list on GitHub
releasenotes: release notes releasenotes: release notes
wallet: Wallet
mobile: Mobile
desktop: Desktop
press-kit: 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. 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> </div>
<table class="desktop-only"> <table class="desktop-only">
<tr> <tr>
<th>Wallet</th> <th>{% t downloads.wallet %}</th>
<th>Mobile</th> <th>{% t downloads.mobile %}</th>
<th>Desktop</th> <th>{% t downloads.desktop %}</th>
<th>Source Code</th> <th>{% t downloads.sourcecode %}</th>
</tr> </tr>
<tr> <tr>
<td><img src="/img/cakewallet.png" alt="Cake Wallet Logo"><a href="https://cakewallet.com/">Cake Wallet</a></td> <td><img src="/img/cakewallet.png" alt="Cake Wallet Logo"><a href="https://cakewallet.com/">Cake Wallet</a></td>