diff --git a/src/intl/en/page-eth.json b/src/intl/en/page-eth.json
index 9bd249998ff..57a223f4d3b 100644
--- a/src/intl/en/page-eth.json
+++ b/src/intl/en/page-eth.json
@@ -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 Ethereum – they 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 Ethereum—they 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.",
@@ -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 ",
diff --git a/src/pages-conditional/eth.tsx b/src/pages-conditional/eth.tsx
index fa8326e1a01..85a4e2e13ed 100644
--- a/src/pages-conditional/eth.tsx
+++ b/src/pages-conditional/eth.tsx
@@ -359,10 +359,7 @@ const EthPage = (props: PageProps