From 1ed190b6ce462d1110807b4d0443fbecd88e01b9 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Tue, 14 Oct 2025 13:25:07 -0300 Subject: [PATCH] fix missing space in tooltip for windows and linux locked tags (#34197) Saw this small missing space when doing the engineering test plan run for lost mode #30889 --- frontend/pages/hosts/details/cards/HostHeader/helpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/hosts/details/cards/HostHeader/helpers.tsx b/frontend/pages/hosts/details/cards/HostHeader/helpers.tsx index 34408834c6..007c67c6be 100644 --- a/frontend/pages/hosts/details/cards/HostHeader/helpers.tsx +++ b/frontend/pages/hosts/details/cards/HostHeader/helpers.tsx @@ -47,7 +47,7 @@ export const DEVICE_STATUS_TAGS: DeviceStatusTagConfig = { <> Host is locked. The end user can't use the host until
- unlocked. To unlock selectActions > Unlock. + unlocked. To unlock select Actions > Unlock. ); },