mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 10:27:45 +02:00
Update error message
This commit is contained in:
parent
f9209406fb
commit
fcccb7eb38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user