From 9cb90ab69ba3397ab199ed00c297024524bd4851 Mon Sep 17 00:00:00 2001 From: Christopher Gurnee Date: Thu, 20 Nov 2014 13:35:19 -0500 Subject: [PATCH] Modify validation text for wallets requiring additional full node software (closes #645) --- _templates/choose-your-wallet.html | 4 ++-- _translations/en.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 48b343d5..6cd46f5f 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -70,7 +70,7 @@ wallets: - linux check: control: "checkgoodcontrolfull" - validation: "checkgoodvalidationfullnode" + validation: "checkgoodvalidationfullnoderequired" transparency: "checkpasstransparencyopensource" environment: "checkfailenvironmentdesktop" privacy: "checkgoodprivacyimproved" @@ -120,7 +120,7 @@ wallets: - linux check: control: "checkgoodcontrolfull" - validation: "checkgoodvalidationfullnode" + validation: "checkgoodvalidationfullnoderequired" transparency: "checkpasstransparencyopensource" environment: "checkfailenvironmentdesktop" privacy: "checkgoodprivacyimproved" diff --git a/_translations/en.yml b/_translations/en.yml index 9e6f6625..791a9d2d 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -144,6 +144,8 @@ en: checkfailcontrolthirdpartytxt: "This service has full control over your bitcoins. This means you need to trust this service will not lose your funds in an incident on their side. As of today, most web wallets don't insure their deposits like a bank, and many such services have suffered from security breaches in the past." checkgoodvalidationfullnode: "Full validation" checkgoodvalidationfullnodetxt: "This wallet is a full node that validates and relays transactions on the Bitcoin network. This means no trust in a third party is required when verifying payments. Full nodes provide the highest level of security and are essential to protecting the network. However, they require more space (over 20GB), bandwidth, and a longer initial synchronization time." + checkgoodvalidationfullnoderequired: "Full validation" + checkgoodvalidationfullnoderequiredtxt: "This wallet requires you to install full node software alongside it that validates and relays transactions on the Bitcoin network. This means no trust in a third party is required when verifying payments. Full nodes provide the highest level of security and are essential to protecting the network. However, they require more space (over 20GB), bandwidth, and a longer initial synchronization time." checkneutralvalidationvariable: "Variable validation" checkneutralvalidationvariabletxt: "Payment validation features are provided by the software wallet you use with this device. Please see the Validation score for the software wallet you plan to use." checkpassvalidationspvp2p: "Simplified validation"