1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix capitalization.

This commit is contained in:
Kevin Serrano 2016-09-06 11:04:54 -07:00
parent 50f0624ea8
commit f4e131da0a

View File

@ -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) {