mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
372c29b07c
commit
4dc23ed1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue