From aa6c7cc1f2664722ea36eec04ce075bcbd65d824 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:01:50 -0400 Subject: [PATCH] UI fixes: sentence case (#22865) - Bug is here: https://github.com/fleetdm/fleet/issues/22883 --- frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareAddPage.tsx | 2 +- .../AutomaticEnrollmentSection/AutomaticEnrollmentSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareAddPage.tsx b/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareAddPage.tsx index d026e48a13..9550f0ca20 100644 --- a/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareAddPage.tsx +++ b/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareAddPage.tsx @@ -32,7 +32,7 @@ const addSoftwareSubNav: IAddSoftwareSubNavItem[] = [ pathname: PATHS.SOFTWARE_ADD_APP_STORE, }, { - name: "Custom Package", + name: "Custom package", pathname: PATHS.SOFTWARE_ADD_PACKAGE, }, ]; diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AutomaticEnrollmentSection.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AutomaticEnrollmentSection.tsx index 5badb918e5..90c6fcac5a 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AutomaticEnrollmentSection.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/AutomaticEnrollmentSection/AutomaticEnrollmentSection.tsx @@ -32,7 +32,7 @@ const AutomaticEnrollmentSection = ({ }; return ( - + {!isPremiumTier ? ( ) : (