chore: change ETH language
This commit is contained in:
parent
85954e479e
commit
1dba321052
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ function run () {
|
||||||
value: c.code,
|
value: c.code,
|
||||||
checked,
|
checked,
|
||||||
disabled: c.cryptoCode === 'ETH'
|
disabled: c.cryptoCode === 'ETH'
|
||||||
? 'Installed, use Infura option'
|
? 'Use admin\'s Infura plugin'
|
||||||
: checked && 'Installed'
|
: checked && 'Installed'
|
||||||
}
|
}
|
||||||
}, cryptos)
|
}, cryptos)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue