mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
fix missing space in tooltip for windows and linux locked tags (#34197)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> Saw this small missing space when doing the engineering test plan run for lost mode #30889
This commit is contained in:
parent
13c98e158f
commit
1ed190b6ce
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export const DEVICE_STATUS_TAGS: DeviceStatusTagConfig = {
|
|||
<>
|
||||
Host is locked. The end user can't use the host until
|
||||
<br />
|
||||
unlocked. To unlock select<b>Actions > Unlock</b>.
|
||||
unlocked. To unlock select <b>Actions > Unlock</b>.
|
||||
</>
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue