mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix sentence casing bug (#9803)
# Addresses #9772  Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
6e0626a01c
commit
d8bb038f85
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ const allHostTableHeaders: IDataColumn[] = [
|
|||
To filter by MDM server URL, head to the Dashboard page.
|
||||
`}
|
||||
>
|
||||
MDM Status
|
||||
MDM status
|
||||
</TooltipWrapper>
|
||||
);
|
||||
return <HeaderCell value={titleWithToolTip} disableSortBy />;
|
||||
|
|
|
|||
Loading…
Reference in a new issue