UI fixes: sentence case (#22865)
- Bug is here: https://github.com/fleetdm/fleet/issues/22883
This commit is contained in:
@@ -32,7 +32,7 @@ const addSoftwareSubNav: IAddSoftwareSubNavItem[] = [
|
||||
pathname: PATHS.SOFTWARE_ADD_APP_STORE,
|
||||
},
|
||||
{
|
||||
name: "Custom Package",
|
||||
name: "Custom package",
|
||||
pathname: PATHS.SOFTWARE_ADD_PACKAGE,
|
||||
},
|
||||
];
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ const AutomaticEnrollmentSection = ({
|
||||
};
|
||||
|
||||
return (
|
||||
<SettingsSection title="Automatic Enrollment" className={baseClass}>
|
||||
<SettingsSection title="Automatic enrollment" className={baseClass}>
|
||||
{!isPremiumTier ? (
|
||||
<PremiumFeatureMessage alignment="left" />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user