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()) }