aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/confview.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/confview.go')
-rw-r--r--ui/confview.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/confview.go b/ui/confview.go
index 18723a0b..11855987 100644
--- a/ui/confview.go
+++ b/ui/confview.go
@@ -89,7 +89,7 @@ func newInterfaceView(parent walk.Container) *interfaceView {
newLabelTextLine("Listen port", parent),
newLabelTextLine("MTU", parent),
newLabelTextLine("Addresses", parent),
- newLabelTextLine("DNS", parent),
+ newLabelTextLine("DNS servers", parent),
}
layoutInGrid(iv, parent.Layout().(*walk.GridLayout))
return iv