From 121333360953b7ea934bb442aa74a89c050c4d18 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 17 Mar 2019 22:04:05 -0600 Subject: confview: dns -> dns servers --- ui/confview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/confview.go') 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 -- cgit v1.2.3-59-g8ed1b