Fix capitalization.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 50f0624ea8
commit f4e131da0a
  1. 2
      ui/app/components/account-info-link.js

@ -14,7 +14,7 @@ function AccountInfoLink () {
AccountInfoLink.prototype.render = function () {
const { selected, network } = this.props
const title = 'View account on etherscan'
const title = 'View account on Etherscan'
const url = genAccountLink(selected, network)
if (!url) {

Loading…
Cancel
Save