diff --git a/bin/i3-companion b/bin/i3-companion
index 3741ac6..6d21252 100755
--- a/bin/i3-companion
+++ b/bin/i3-companion
@@ -911,8 +911,7 @@ async def usbguard_notifications(
body="\n".join(
[
f"USB device {human} {action}",
- f"ID: {id}",
- f"Port: {attributes['via-port']}",
+ f"ID: {id}, Port: {attributes['via-port']}",
]
),
)