diff options
author | 2019-03-17 22:04:05 -0600 | |
---|---|---|
committer | 2019-03-17 22:04:05 -0600 | |
commit | 7bf5179e8269707f7656aacd9c7c6f8490927716 (patch) | |
tree | 85b7629f5bc69a8c48cb8644b27737cd670898d0 | |
parent | manager: CreateWellKnownSid is upstreamed now (diff) | |
download | wireguard-windows-7bf5179e8269707f7656aacd9c7c6f8490927716.tar.xz wireguard-windows-7bf5179e8269707f7656aacd9c7c6f8490927716.zip |
confview: dns -> dns servers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | ui/confview.go | 2 |
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 |