From 18079c128fb9bdc3264b41925bae2f1a5b86d19a Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 24 Sep 2017 00:11:07 +0200 Subject: [PATCH] And another one Signed-off-by: DL6ER --- scripts/pi-hole/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index 6db0dde6..d8d9dc10 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -728,7 +728,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 "Client activity from "+from+" to "+to; + return "Forward destinations from "+from+" to "+to; }, label: function(tooltipItems, data) { return data.datasets[tooltipItems.datasetIndex].label + ": " + (100.0*tooltipItems.yLabel).toFixed(1) + "%";