From f5f9c52eb92dbbeb2df2c0c22ab04891075af5a0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 13 Oct 2022 14:21:18 +0200 Subject: [PATCH] Update unidentified profile name --- profile/special.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/special.go b/profile/special.go index dd7e3abc..106d294f 100644 --- a/profile/special.go +++ b/profile/special.go @@ -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.