From 56251d18080319441f59ffd0c79c39e3083af851 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 24 Sep 2018 12:55:55 +0200 Subject: [PATCH] Forward destinations -> Upstreams Signed-off-by: DL6ER --- index.php | 2 +- scripts/pi-hole/js/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)