Fix sentence casing bug (#9803)

# Addresses #9772 
![Screenshot 2023-02-13 at 9 59 00
AM](https://user-images.githubusercontent.com/61553566/218536112-a6e0f0ae-1f18-4b86-85d3-39c6cbb1fabc.png)

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
Jacob Shandling 2023-02-13 10:29:14 -08:00 committed by GitHub
parent 6e0626a01c
commit d8bb038f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 />;