From 1dba321052bae635809b0adf114afd6507442387 Mon Sep 17 00:00:00 2001 From: naconner <7396812+naconner@users.noreply.github.com> Date: Wed, 15 Jan 2020 13:45:34 -0500 Subject: [PATCH] chore: change ETH language --- lib/blockchain/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blockchain/install.js b/lib/blockchain/install.js index c4083f60..4ae45b0a 100644 --- a/lib/blockchain/install.js +++ b/lib/blockchain/install.js @@ -104,7 +104,7 @@ function run () { value: c.code, checked, disabled: c.cryptoCode === 'ETH' - ? 'Installed, use Infura option' + ? 'Use admin\'s Infura plugin' : checked && 'Installed' } }, cryptos)