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:
@@ -269,7 +269,7 @@ func (a *App) startup() error {
|
||||
|
||||
// Chicken and egg, discovery manager depends on connection service to tell it what addresses it's listening on
|
||||
// Connection service depends on discovery manager to get addresses to connect to.
|
||||
// Create a wrapper that is then wired after they are both setup.
|
||||
// Create a wrapper that is then wired after they are both set up.
|
||||
addrLister := &lateAddressLister{}
|
||||
|
||||
connRegistry := registry.New()
|
||||
|
||||
Reference in New Issue
Block a user