Update unidentified profile name

This commit is contained in:
Daniel
2022-10-13 14:21:18 +02:00
parent 68b69dd896
commit f5f9c52eb9

View File

@@ -11,7 +11,7 @@ const (
// UnidentifiedProfileID is the profile ID used for unidentified processes.
UnidentifiedProfileID = "_unidentified"
// UnidentifiedProfileName is the name used for unidentified processes.
UnidentifiedProfileName = "Unidentified App"
UnidentifiedProfileName = "Other Connections"
// UnidentifiedProfileDescription is the description used for unidentified processes.
UnidentifiedProfileDescription = `Connections that could not be attributed to a specific app.