diff --git a/index.php b/index.php index 95d264e9..af27628a 100644 --- a/index.php +++ b/index.php @@ -206,7 +206,7 @@
-

Forward Destinations (over time)

+

Upstreams (over time)

diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index 42ab4778..9495289f 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -904,7 +904,7 @@ $(document).ready(function() { var m = parseInt(time[2], 10) || 0; var from = padNumber(h)+":"+padNumber(m-5)+":00"; var to = padNumber(h)+":"+padNumber(m+4)+":59"; - return "Forward destinations from "+from+" to "+to; + return "Upstreams from "+from+" to "+to; }, label: function(tooltipItems, data) { if(tooltipItems.datasetIndex === 1)