diff --git a/public/js/controllers/StatsController.js b/public/js/controllers/StatsController.js index 7c3cf387c..0757b3e25 100755 --- a/public/js/controllers/StatsController.js +++ b/public/js/controllers/StatsController.js @@ -5,13 +5,13 @@ angular.module('BlocksApp').controller('StatsController', function($stateParams, /* Chart types: - etc_hashrate: ETC Hashrate Growth + hashrate: Hashrate Growth miner_hashrate: Miner Hashrate Distribution */ const CHART_TYPES = { - "etc_hashrate": { - "title": "ETC Hashrate Growth" + "hashrate": { + "title": "Hashrate Growth" }, "miner_hashrate": { "title": "Miner Hashrate Distribution" diff --git a/public/tpl/header.html b/public/tpl/header.html index 1af8643ed..2c3cc6f54 100755 --- a/public/tpl/header.html +++ b/public/tpl/header.html @@ -93,7 +93,7 @@