Blcked => Block

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4910/head
Christian König 2 years ago
parent f90fb8b946
commit 00e51f32b5
No known key found for this signature in database

@ -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

Loading…
Cancel
Save