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-14 10:00:35 +0300
committerChristian König <ckoenig@posteo.de>2022-09-17 17:24:31 +0300
commitf90fb8b9467ae839509838af168fa909327cc9e6 (patch)
tree91b938664e69e7683052c6fe6d7289140efa3702 /advanced
parent7eff36b3bb075b1f82e49a766f208b5d9fdcf720 (diff)
Change wording in chronometer
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 fddb3936..488bfd04 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 " Ads Today: " "$ads_percentage_today%" "$ads_info"
+ printFunc " Blocked %: " "$ads_percentage_today%" "$ads_info"
printFunc "Local Qrys: " "$queries_cached_percentage%" "$dns_info"
- printFunc " Blocked: " "$recent_blocked"
- printFunc "Top Advert: " "$top_ad"
+ printFunc "Last Blckd: " "$recent_blocked"
+ printFunc " Top Blckd: " "$top_ad"
# Provide more stats on screens with more lines
if [[ "$scr_lines" -eq 17 ]]; then