From f63eb2ef431f9b304a7c96512cb998f653b8b68b Mon Sep 17 00:00:00 2001 From: Michael Kondrashin Date: Fri, 14 Jun 2024 18:19:39 +0300 Subject: [PATCH] remove dots --- cmd/sandboxer/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sandboxer/options.go b/cmd/sandboxer/options.go index 3a99d24..ff1a102 100644 --- a/cmd/sandboxer/options.go +++ b/cmd/sandboxer/options.go @@ -131,7 +131,7 @@ func (s *OptionsWindow) VisionOneSettings() fyne.CanvasObject { } func (s *OptionsWindow) ProxySettings() fyne.CanvasObject { - labelTop := widget.NewLabel("Proxy Settings:") + labelTop := widget.NewLabel("Proxy Settings") return container.NewVBox(labelTop, s.proxySettings.Widget()) }