Fleet UI: Typo (#36744)

## Issue
Closes
https://github.com/fleetdm/fleet/issues/32064#issuecomment-3614485580


# Checklist for submitter

- [x] QA'd all new/changed functionality manually
This commit is contained in:
RachelElysia 2025-12-05 10:16:22 -05:00 committed by GitHub
parent 372c29b07c
commit 4dc23ed1f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,7 @@ export const generateSoftwareTableHeaders = ({
} else if (isLinuxLike(platform) || isWindows(platform)) {
tooltipContent = <>When any version was last opened.</>;
} else if (isIPadOrIPhone(platform)) {
tooltipContent = <>Date and time of last opened.</>;
tooltipContent = <>Date and time of last open.</>;
}
const lastOpenedHeader = tooltipContent ? (