diff --git a/src/components/admin/devices/admin-devices-overview.tsx b/src/components/admin/devices/admin-devices-overview.tsx
index 4a72ead..ff04cb5 100644
--- a/src/components/admin/devices/admin-devices-overview.tsx
+++ b/src/components/admin/devices/admin-devices-overview.tsx
@@ -5766,10 +5766,10 @@ function DeviceCard({ device, companyName }: { device: DevicesQueryItem; company
) : null}
{collaborator?.email ? (
-
-
+
+
Usuário vinculado
-
+
{collaborator.name ?? "Usuário"}
@@ -5778,7 +5778,7 @@ function DeviceCard({ device, companyName }: { device: DevicesQueryItem; company