From ed7cd5ca09222b4bb64d9bcb17236930f3c4d3d0 Mon Sep 17 00:00:00 2001 From: Meliox Date: Wed, 5 Jun 2024 23:41:36 +0200 Subject: [PATCH] fix default message --- pve-mod-gui-sensors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index 6a83685..a8b2ccf 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -202,7 +202,7 @@ function configure { msg "Displaying System Information... no" ;; *) - warn "Invalid selection. System information will not be displayed." + warn "Invalid selection. System information will be displayed." enableSystemInfo=true ;; esac