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 ? (