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:

![Screenshot 2024-08-07 at 9 22
38 AM](https://github.com/user-attachments/assets/018d9387-70d9-4877-bfe5-5654c7acb5d2)


# 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:
Jahziel Villasana-Espinoza 2024-08-07 09:39:59 -04:00 committed by GitHub
parent 75ab4b5933
commit 5cd819c3ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 &quot;Installed&quot;
Fleet installed software on this host ({dateAgo(lastInstall as string)}
). Currently, if the software is uninstalled, the &quot;Installed&quot;
status won&apos;t be updated.
</>
),