Skip to content

Commit

Permalink
fix(copies): update coin section copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 24, 2024
1 parent afaad5f commit e7812c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions components/sections/CoinSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<p class="mx-xl line transform md:rotate-90 sm:rotate-90"></p>
<div class="max-w-md md:text-center">
<i18n-t
keypath="coin.description1-alt"
keypath="coin.description1"
class="title-h4 text-white-50 mb-md"
tag="h4"
scope="global"
>
<br />
<span>{{ $t('coin.description1-1-alt') }}</span>
<span>{{ $t('coin.description1-1') }}</span>
</i18n-t>
<p class="text text-white-50">{{ $t('coin.description2-alt') }}</p>
<p class="text text-white-50">{{ $t('coin.description2') }}</p>
<p class="text text-white-50">{{ $t('coin.description3') }}</p>
</div>
</div>
Expand Down
5 changes: 1 addition & 4 deletions locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit e7812c8

Please sign in to comment.