From 5b0cb6a37c2b27036cf10db0ed5a2ae8753c09c5 Mon Sep 17 00:00:00 2001 From: RachelElysia Date: Fri, 5 Dec 2025 08:56:22 -0500 Subject: [PATCH] Fleet UI: Typo --- .../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 4443a877e74..98ba4ae72af 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 ? (