fix(strings): differentiate setup(n) and set(v) up (#10024)

Correct GUI strings, translations and comments to use proper grammar.
This commit is contained in:
Paul Donald
2025-04-08 12:45:05 +00:00
committed by GitHub
parent d23cd197e1
commit 5f5d672a7d
50 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ func init() {
TLSHandshakeTimeout: 10 * time.Second,
}
// Defer this, so that logging gets setup.
// Defer this, so that logging gets set up.
go func() {
time.Sleep(500 * time.Millisecond)
l.Infoln("Proxy settings detected")