From 7bf5179e8269707f7656aacd9c7c6f8490927716 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 Signed-off-by: Jason A. Donenfeld --- ui/confview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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