diff --git a/plugins/currency/ethereum/etherscan_balance_ b/plugins/currency/ethereum/etherscan_balance_ index d6d1db31..2445b7f6 100755 --- a/plugins/currency/ethereum/etherscan_balance_ +++ b/plugins/currency/ethereum/etherscan_balance_ @@ -78,7 +78,7 @@ API result is in Wei. Convert Wei to Ether (ETH) via 'fieldname.cdef' 233874700000000000000000 Wei = 233,874.7 Ether """ if command == 'config': - print("graph_title ETH {}".format(eth_address)) + print("graph_title Ether {}".format(eth_address)) print("graph_info Ethereum Account Balance for Address {}".format(eth_address)) print("graph_vlabel Ethereum Balance") print("graph_category other")