From fc90c09f45a9c8a7e2deaa793c6b4ab2f77b7599 Mon Sep 17 00:00:00 2001 From: Perry Woodin Date: Tue, 15 Nov 2016 08:23:34 -0500 Subject: [PATCH] Homepage links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added target=“_blank” to all externally lined sites. - Instant-Send => InstantSend - Private-Send => PrivateSend --- _i18n/en.yml | 4 ++-- index.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index 70978f6..a7f2a8f 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -13,9 +13,9 @@ pages: video-btn: Overview Video feature-private-heading: Private - feature-private-text: Preserve your privacy by deleting your payments history with Private-Send. + feature-private-text: Preserve your privacy by deleting your payments history with PrivateSend. feature-instant-heading: Instant - feature-instant-text: Dash Instant-Send payments confirm in less than a second. + feature-instant-text: Dash InstantSend payments confirm in less than a second. feature-secure-heading: Secure feature-secure-text: Secured by 1,000 Gigahash of X11 ASIC mining and over 4,100 fullnodes hosted by Dash contributors around the world. diff --git a/index.html b/index.html index 0bb2dca..6adf5a9 100644 --- a/index.html +++ b/index.html @@ -185,8 +185,8 @@ description: pages.home.description
- {% t pages.home.merchants-btn %} - {% t pages.home.merchants-join-btn %} + {% t pages.home.merchants-btn %} + {% t pages.home.merchants-join-btn %}
@@ -228,7 +228,7 @@ description: pages.home.description {% tmd pages.home.architecture-text %} - {% t pages.home.architecture-btn %} + {% t pages.home.architecture-btn %}
{% t pages.home.architecture-heading %} @@ -248,9 +248,9 @@ description: pages.home.description {% tmd pages.home.governance-text %} - {% t pages.home.proposal-btn %} + {% t pages.home.proposal-btn %} - {% t pages.home.proposal-submit-btn %} + {% t pages.home.proposal-submit-btn %}
{% t pages.home.governance-heading%} @@ -293,7 +293,7 @@ description: pages.home.description {% tmd pages.home.evolution-text %} - {% t pages.home.evolution-btn %} + {% t pages.home.evolution-btn %}
Dash Evolution