Skip to content

Commit

Permalink
Merge pull request #505 from JonAndrews/fix-typo
Browse files Browse the repository at this point in the history
Fix typo 'there will only be Ethereum'
  • Loading branch information
wackerow authored Jun 13, 2022
2 parents 06cc8d9 + f45ef37 commit ef472f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/intl/compiled/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"+M/NC/": [
{
"type": 0,
"value": "After the merge, there will no longer be two distinct Ethereum networks; there will only Ethereum."
"value": "After the merge, there will no longer be two distinct Ethereum networks; there will only be Ethereum."
}
],
"+UUcBt": [
Expand Down
2 changes: 1 addition & 1 deletion src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Step 2: Generate deposit keys using the Ethereum Foundation deposit tool"
},
"+M/NC/": {
"message": "After the merge, there will no longer be two distinct Ethereum networks; there will only Ethereum."
"message": "After the merge, there will no longer be two distinct Ethereum networks; there will only be Ethereum."
},
"+UUcBt": {
"message": "Choose a language"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/FAQ/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export const FAQ = () => {
<FormattedMessage defaultMessage="The terms 'Eth1' and 'Eth2' are being deprecated in preparation for the merge." />
</Text>
<Text className="mt10">
<FormattedMessage defaultMessage="After the merge, there will no longer be two distinct Ethereum networks; there will only Ethereum." />
<FormattedMessage defaultMessage="After the merge, there will no longer be two distinct Ethereum networks; there will only be Ethereum." />
</Text>
<Text className="mt10">
<FormattedMessage
Expand Down

0 comments on commit ef472f1

Please sign in to comment.