From 52f444e8296399400b79ef97f9bfd0c8ed9a4603 Mon Sep 17 00:00:00 2001 From: Anton Kumaigorodski Date: Mon, 10 Jul 2017 09:29:17 +0300 Subject: [PATCH 1/3] Change validation type --- _templates/choose-your-wallet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 31a522d4..f374c6e6 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -925,7 +925,7 @@ wallets: - android check: control: "checkgoodcontrolfull" - validation: "checkpassvalidationspvp2p" + validation: "checkfailvalidationcentralizedtxt" transparency: "checkpasstransparencyopensource" environment: "checkpassenvironmentmobile" privacy: "checkpassprivacybasic" From 4c021184ef5d0c474a5fb6a69e9c81af4dbf820e Mon Sep 17 00:00:00 2001 From: Anton Kumaigorodski Date: Mon, 10 Jul 2017 09:35:23 +0300 Subject: [PATCH 2/3] Update wallet description --- _translations/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/en.yml b/_translations/en.yml index faaaa94d..3342ae53 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -197,7 +197,7 @@ walletcoinapult: "Coinapult's wallet is designed with Bitcoin newcomers in mind. It allows sending bitcoins via email and SMS, and a handy tool called Locks helps protecting your balance from Bitcoin price swings. Users can Lock bitcoins to Gold, Euros, and more!" walletgreenbits: "GreenBits is a fast and easy to use wallet. Enjoy improved security with a minimal/zero trust approach, optional hardware wallets support, multisignature based 2FA and spending limits functionality." walletbtccom: "Safe and easy to use, BTC.com Bitcoin Wallet keeps you, the user, in total control of your bitcoins. Features include HD and multi-signature technology, multi-platform, local language and currency support, QR codes and more." - walletsimplebitcoinwallet: "Simple and reliable Bitcoin wallet. Secure, standalone and easy to use." + walletsimplebitcoinwallet: "Simple, secure and reliable Bitcoin wallet." walletarcbit: "ArcBit is designed to be simple and easy to use, while giving users full control over their money. It offers an optional cold wallet storage feature with the ability to authorize payments offline for enhanced security." walletdownload: "Install" walletvisit: "Visit website" From 1feb854235f25cd20e0d9fc0221f7e5969c8836a Mon Sep 17 00:00:00 2001 From: Anton Kumaigorodski Date: Mon, 10 Jul 2017 10:14:47 +0300 Subject: [PATCH 3/3] Fix typo in validation description --- _templates/choose-your-wallet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index f374c6e6..dc942596 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -925,7 +925,7 @@ wallets: - android check: control: "checkgoodcontrolfull" - validation: "checkfailvalidationcentralizedtxt" + validation: "checkfailvalidationcentralized" transparency: "checkpasstransparencyopensource" environment: "checkpassenvironmentmobile" privacy: "checkpassprivacybasic"