diff --git a/_i18n/en.yml b/_i18n/en.yml
index 7821a022..24e87e40 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -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.
diff --git a/downloads/index.md b/downloads/index.md
index 8ab11034..91d6409d 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -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>