Skip to content

Commit

Permalink
Merge pull request #6700 from ethereum/premerge-eth
Browse files Browse the repository at this point in the history
Update /eth page pre-merge copy
  • Loading branch information
corwintines authored Jun 22, 2022
2 parents bd6135f + aeb8ed4 commit ed41875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 3 additions & 4 deletions src/intl/en/page-eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"page-eth-flexible-amounts": "Available in flexible amounts",
"page-eth-flexible-amounts-desc": "ETH is divisible up to 18 decimal places so you don't have to buy 1 whole ETH. You can buy fractions at a time – as little as 0.000000000000000001 ETH if you want.",
"page-eth-fuels": "ETH fuels and secures Ethereum",
"page-eth-fuels-desc": "ETH is the lifeblood of Ethereum. When you send ETH or use an Ethereum application, you'll pay a small fee in ETH to use the Ethereum network. This fee is an incentive for a miner to process and verify what you're trying to do.",
"page-eth-fuels-desc-2": "Miners are like the record-keepers of Ethereumthey check and prove that no one is cheating. Miners who do this work are also rewarded with small amounts of newly-issued ETH.",
"page-eth-fuels-desc": "ETH is the lifeblood of Ethereum. When you send ETH or use an Ethereum application, you'll pay a fee in ETH to use the Ethereum network. This fee is an incentive for a block producer to process and verify what you're trying to do.",
"page-eth-fuels-desc-2": "Currently, miners are like the record-keepers of Ethereumthey check and prove that no one is cheating, and perform work for the right to propose a block of transactions. Miners who do this work are also rewarded with small amounts of newly-issued ETH.",
"page-eth-fuels-desc-3": "The work miners do keeps Ethereum secure and free of centralized control. In other words,",
"page-eth-fuels-staking": "Soon, ETH will become even more important with staking. When you stake your ETH, you'll be able to help secure Ethereum and earn rewards. In this system, the threat of losing their ETH deters attackers.",
"page-eth-fuels-more-staking": "More on staking",
"page-eth-fuels-staking": "ETH will become even more important with staking. When you stake your ETH you'll be able to help secure Ethereum and earn rewards. In this system, the threat of losing your ETH disincentivises attacks.",
"page-eth-get-eth-btn": "Get ETH",
"page-eth-gov-tokens": "Governance tokens",
"page-eth-gov-tokens-desc": "Tokens that represent voting power in decentralized organisations.",
Expand All @@ -33,7 +33,6 @@
"page-eth-how-to-buy-caption": "Updated often",
"page-eth-is-money": "ETH is digital, global money.",
"page-eth-last-updated": "January 2019",
"page-eth-mining-link": "More on Mining",
"page-eth-monetary-policy": "Ethereum's monetary policy",
"page-eth-more-on-ethereum-link": "More on Ethereum",
"page-eth-no-centralized": "No centralized control ",
Expand Down
5 changes: 1 addition & 4 deletions src/pages-conditional/eth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,7 @@ const EthPage = (props: PageProps<Queries.EthPageQuery, Context>) => {
<strong>
<Translation id="page-eth-powers-ethereum" />
</strong>
.{" "}
<Link to="/developers/docs/consensus-mechanisms/pow/mining/">
<Translation id="page-eth-mining-link" />
</Link>
<Translation id="page-eth-period" />
</p>
<p>
<Translation id="page-eth-fuels-staking" />{" "}
Expand Down

0 comments on commit ed41875

Please sign in to comment.