From 8430ab02692222f7c447ea4d7dcf37885283010d Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Fri, 3 Feb 2023 12:45:11 -0600 Subject: [PATCH] Capitalization (#9659) https://fleetdm.com/handbook/marketing/content-style-guide#sentence-case . --- frontend/pages/admin/IntegrationsPage/cards/Mdm/Mdm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/admin/IntegrationsPage/cards/Mdm/Mdm.tsx b/frontend/pages/admin/IntegrationsPage/cards/Mdm/Mdm.tsx index 55b223c82c..02e47179af 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/Mdm/Mdm.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/Mdm/Mdm.tsx @@ -250,7 +250,7 @@ const Mdm = (): JSX.Element => {

{mdmAppleBm.apple_id}

Organization name

{mdmAppleBm.org_name}

-

MDM Server URL

+

MDM server URL

{mdmAppleBm.mdm_server_url}

Renew date

{readableDate(mdmAppleBm.renew_date)}