diff --git a/lib/blockchain/install.js b/lib/blockchain/install.js index 71434198..2220efec 100644 --- a/lib/blockchain/install.js +++ b/lib/blockchain/install.js @@ -148,7 +148,7 @@ function isDisabled (crypto) { case 'ETH': return 'Use admin\'s Infura plugin' case 'ZEC': - return isInstalled(crypto) && 'Installed' || isInstalled(_.find(it => it.code === 'monero', cryptos)) && 'Insufficient resources. Contact support.' + return 'Use admin\'s BitGo plugin' case 'XMR': return isInstalled(crypto) && 'Installed' || isInstalled(_.find(it => it.code === 'zcash', cryptos)) && 'Insufficient resources. Contact support.' default: