Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-09-17 17:46:31 +0300
committerChristian König <ckoenig@posteo.de>2022-09-17 17:46:31 +0300
commit00e51f32b5a3bb2a779f9147ad957b2dcc6d4044 (patch)
treea79dbfdfe7575265575204420e7fd2e6406addb3 /advanced
parentf90fb8b9467ae839509838af168fa909327cc9e6 (diff)
Blcked => Blockchrono/no_ads
Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to 'advanced')
-rwxr-xr-xadvanced/Scripts/chronometer.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/advanced/Scripts/chronometer.sh b/advanced/Scripts/chronometer.sh
index 488bfd04..af007994 100755
--- a/advanced/Scripts/chronometer.sh
+++ b/advanced/Scripts/chronometer.sh
@@ -503,11 +503,11 @@ chronoFunc() {
fi
printFunc " Pi-hole: " "$ph_status" "$ph_info"
- printFunc " Blocked %: " "$ads_percentage_today%" "$ads_info"
+ printFunc " Blocked: " "$ads_percentage_today%" "$ads_info"
printFunc "Local Qrys: " "$queries_cached_percentage%" "$dns_info"
- printFunc "Last Blckd: " "$recent_blocked"
- printFunc " Top Blckd: " "$top_ad"
+ printFunc "Last Block: " "$recent_blocked"
+ printFunc " Top Block: " "$top_ad"
# Provide more stats on screens with more lines
if [[ "$scr_lines" -eq 17 ]]; then