Update error message

This commit is contained in:
Svilen Markov 2025-02-17 23:20:38 +00:00
parent f9209406fb
commit fcccb7eb38

View File

@ -59,7 +59,7 @@ func (widget *dnsStatsWidget) initialize() error {
case "pihole":
case "technitium":
default:
return errors.New("service must be either 'adguard' or 'pihole'")
return errors.New("service must be either 'adguard', 'pihole', or 'technitium'")
}
return nil