UI fixes: sentence case (#22865)

- Bug is here:
https://github.com/fleetdm/fleet/issues/22883
This commit is contained in:
Noah Talerman
2024-10-11 17:01:50 -04:00
committed by GitHub
parent 4792012845
commit aa6c7cc1f2
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@ const addSoftwareSubNav: IAddSoftwareSubNavItem[] = [
pathname: PATHS.SOFTWARE_ADD_APP_STORE,
},
{
name: "Custom Package",
name: "Custom package",
pathname: PATHS.SOFTWARE_ADD_PACKAGE,
},
];
@@ -32,7 +32,7 @@ const AutomaticEnrollmentSection = ({
};
return (
<SettingsSection title="Automatic Enrollment" className={baseClass}>
<SettingsSection title="Automatic enrollment" className={baseClass}>
{!isPremiumTier ? (
<PremiumFeatureMessage alignment="left" />
) : (