Merge pull request #591 from MetaMask/SpellingFix

Fix spelling error
feature/default_network_editable
Dan Finlay 8 years ago committed by GitHub
commit 7af18a4b55
  1. 2
      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', [

Loading…
Cancel
Save