diff --git a/aeon-coin-supply.html b/aeon-coin-supply.html index 29c2545..d7c57ac 100644 --- a/aeon-coin-supply.html +++ b/aeon-coin-supply.html @@ -59,7 +59,7 @@ var chart = AmCharts.makeChart("chartdiv", { "graphs": [{ "id": "g1", "lineColor": "#cc9900", - "balloonText": "Reward: [[value]]\nHeight: [[height]]", + "balloonText": "Supply: [[value]]\nHeight: [[height]]", "bullet": "round", "bulletBorderAlpha": 1, "bulletColor": "#FFFFFF", diff --git a/monero-coin-supply.html b/monero-coin-supply.html index 06fc74c..bac83f0 100644 --- a/monero-coin-supply.html +++ b/monero-coin-supply.html @@ -73,7 +73,7 @@ var chart = AmCharts.makeChart("chartdiv", { "graphs": [{ "id": "g1", "lineColor": "#cc9900", - "balloonText": "Reward: [[value]]\nHeight: [[height]]", + "balloonText": "Supply: [[value]]\nHeight: [[height]]", "bullet": "round", "bulletBorderAlpha": 1, "bulletColor": "#FFFFFF", diff --git a/wownero-coin-supply.html b/wownero-coin-supply.html index 7d934e3..13447bc 100644 --- a/wownero-coin-supply.html +++ b/wownero-coin-supply.html @@ -41,7 +41,7 @@ var chart = AmCharts.makeChart("chartdiv", { "graphs": [{ "id": "g1", "lineColor": "#cc9900", - "balloonText": "Reward: [[value]]\nHeight: [[height]]", + "balloonText": "Supply: [[value]]\nHeight: [[height]]", "bullet": "round", "bulletBorderAlpha": 1, "bulletColor": "#FFFFFF",