From 4dc23ed1f3536be1b301f64de758351c801ef3d9 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:16:22 -0500 Subject: [PATCH] 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 --- .../hosts/details/cards/Software/HostSoftwareTableConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/hosts/details/cards/Software/HostSoftwareTableConfig.tsx b/frontend/pages/hosts/details/cards/Software/HostSoftwareTableConfig.tsx index 4443a877e7..98ba4ae72a 100644 --- a/frontend/pages/hosts/details/cards/Software/HostSoftwareTableConfig.tsx +++ b/frontend/pages/hosts/details/cards/Software/HostSoftwareTableConfig.tsx @@ -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 ? (