diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index ffb349a0..9809d980 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -243,6 +243,23 @@ wallets:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosurespv"
privacynetwork: "checkfailprivacynetworknosupporttor"
+- trezor:
+ title: "Trezor"
+ titleshort: "Trezor"
+ compat: "hardware"
+ level: 2
+ platform:
+ hardware:
+ text: "wallettrezor"
+ link: "http://www.bitcointrezor.com/"
+ source: "https://github.com/trezor/trezor-mcu"
+ screenshot: "trezor.png"
+ check:
+ control: "checkgoodcontrolfull"
+ decentralization: "checkneutraldecentralizevariable"
+ transparency: "checkfailtransparencynew"
+ environment: "checkgoodenvironmenthardware"
+ privacy: "checkneutralprivacyvariable"
- hive:
title: "Hive"
titleshort: "Hive"
@@ -654,7 +671,7 @@ wallets:
{% translate platformlinux %}
- {% translate walletcathardware %}
+ {% translate walletcathardware %}
{% translate walletcatweb %}
diff --git a/_translations/en.yml b/_translations/en.yml
index 19db260c..4159f9b0 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -122,6 +122,7 @@ en:
walletcoinkite: "Coinkite is a web wallet & debit card service that aims to be easy to use. It also works on mobile browsers, has merchant tools, point-of-sale payment terminals. It is a hybrid wallet and full reserve vault."
walletbitgo: "BitGo is a multi-signature wallet offering the highest levels of security. Every transaction requires two signatures, protecting your bitcoins from malware and server attacks. Private keys are held by the user such that BitGo cannot access the bitcoins. It is a good choice for non technical users."
walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time your keys are server side, not even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App."
+ wallettrezor: "FIXME description here."
walletdownload: "Install"
walletvisit: "Visit website"
walletsourcecode: "Source code"
diff --git a/img/screenshots/trezor.png b/img/screenshots/trezor.png
new file mode 100644
index 00000000..d562476d
Binary files /dev/null and b/img/screenshots/trezor.png differ
diff --git a/img/wallet/trezor.png b/img/wallet/trezor.png
new file mode 100644
index 00000000..929df1f8
Binary files /dev/null and b/img/wallet/trezor.png differ