Skip to content

Commit

Permalink
remove dots
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkondrashin committed Jun 14, 2024
1 parent a90890b commit f63eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sandboxer/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
Expand Down

0 comments on commit f63eb2e

Please sign in to comment.