diff options
Merge pull request #591 from MetaMask/SpellingFix
Fix spelling error
-rw-r--r-- | ui/app/components/network.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/network.js b/ui/app/components/network.js index 2f1bf639a..6826e0685 100644 --- a/ui/app/components/network.js +++ b/ui/app/components/network.js @@ -61,7 +61,7 @@ Network.prototype.render = function () { style: { color: '#039396', }}, - 'Etherum Main Net'), + 'Ethereum Main Net'), ]) case 'morden-test-network': return h('.network-indicator', [ |