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:
@@ -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>.
|
||||
</>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user