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:
parent
50f0624ea8
commit
f4e131da0a
@ -14,7 +14,7 @@ function AccountInfoLink () {
|
|||||||
|
|
||||||
AccountInfoLink.prototype.render = function () {
|
AccountInfoLink.prototype.render = function () {
|
||||||
const { selected, network } = this.props
|
const { selected, network } = this.props
|
||||||
const title = 'View account on etherscan'
|
const title = 'View account on Etherscan'
|
||||||
const url = genAccountLink(selected, network)
|
const url = genAccountLink(selected, network)
|
||||||
|
|
||||||
if (!url) {
|
if (!url) {
|
||||||
|
Loading…
Reference in New Issue
Block a user