mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
fix: add open paren (#21128)
> No issue, just a tiny bug I noticed while testing in dogfood Saw a missing open paren in this tooltip:  # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
75ab4b5933
commit
5cd819c3ec
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ export const INSTALL_STATUS_DISPLAY_OPTIONS: Record<
|
|||
displayText: "Installed",
|
||||
tooltip: ({ lastInstalledAt: lastInstall }) => (
|
||||
<>
|
||||
Fleet installed software on this host {dateAgo(lastInstall as string)}).
|
||||
Currently, if the software is uninstalled, the "Installed"
|
||||
Fleet installed software on this host ({dateAgo(lastInstall as string)}
|
||||
). Currently, if the software is uninstalled, the "Installed"
|
||||
status won't be updated.
|
||||
</>
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue