From e7812c8098e15aece01da4f72e83cb7de74c2a85 Mon Sep 17 00:00:00 2001 From: gabaldon Date: Wed, 24 Jul 2024 11:57:54 +0200 Subject: [PATCH] fix(copies): update coin section copy --- components/sections/CoinSection.vue | 6 +++--- locales/en-US.json | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/components/sections/CoinSection.vue b/components/sections/CoinSection.vue index 171af33f..e8523dd3 100644 --- a/components/sections/CoinSection.vue +++ b/components/sections/CoinSection.vue @@ -25,15 +25,15 @@


- {{ $t('coin.description1-1-alt') }} + {{ $t('coin.description1-1') }}
-

{{ $t('coin.description2-alt') }}

+

{{ $t('coin.description2') }}

{{ $t('coin.description3') }}

diff --git a/locales/en-US.json b/locales/en-US.json index 2024d622..b1aedd37 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -37,14 +37,11 @@ }, "description1": "Secure the Network,{0}{1}", "description1-1": "Earn Rewards!", - "description1-alt": "Secure the Network,{0}{1}", - "description1-1-alt": "Support the Community!", "description2": "Secure the network, earn rewards, and be part of a censorship-resistant oracle.", - "description2-alt": "Contribute the network, be part of a censorship-resistant oracle.", "description3": "Wit/Oracle is unstoppable.", + "participate": "To participate in the Witnet network, run a Witnet node and stake some $WIT. Stakers can earn rewards while contributing to data retrieval, verification, and network security!", "participate-alt-1": "Wit/2 development is in the final phase, get ready for staking by running a 1.8 node now.", "participate-alt-2": "Wit/2 development is in the final phase, get ready for staking by joining the public testnet.", - "participate": "To participate in the Witnet network, run a Witnet node and stake some $WIT. Stakers can earn rewards while contributing to data retrieval, verification, and network security!", "run_in_platform": { "main": "Run a Witnet Node and Stake on{0}", "main-alt": "Run a Witnet Node on{0}"