mirror of
https://github.com/glanceapp/glance.git
synced 2025-07-12 12:35:10 +02:00
Update error message
This commit is contained in:
@ -59,7 +59,7 @@ func (widget *dnsStatsWidget) initialize() error {
|
|||||||
case "pihole":
|
case "pihole":
|
||||||
case "technitium":
|
case "technitium":
|
||||||
default:
|
default:
|
||||||
return errors.New("service must be either 'adguard' or 'pihole'")
|
return errors.New("service must be either 'adguard', 'pihole', or 'technitium'")
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Reference in New Issue
Block a user