aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-17 22:04:05 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-17 22:04:05 -0600
commit121333360953b7ea934bb442aa74a89c050c4d18 (patch)
tree85b7629f5bc69a8c48cb8644b27737cd670898d0 /ui
parentmanager: CreateWellKnownSid is upstreamed now (diff)
downloadwireguard-windows-121333360953b7ea934bb442aa74a89c050c4d18.tar.xz
wireguard-windows-121333360953b7ea934bb442aa74a89c050c4d18.zip
confview: dns -> dns servers
Diffstat (limited to 'ui')
-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