Update error message
This commit is contained in:
parent
f9209406fb
commit
fcccb7eb38
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue