mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Capitalization (#9659)
https://fleetdm.com/handbook/marketing/content-style-guide#sentence-case .
This commit is contained in:
parent
ecbf9d9429
commit
8430ab0269
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ const Mdm = (): JSX.Element => {
|
|||
<p>{mdmAppleBm.apple_id}</p>
|
||||
<h4>Organization name</h4>
|
||||
<p>{mdmAppleBm.org_name}</p>
|
||||
<h4>MDM Server URL</h4>
|
||||
<h4>MDM server URL</h4>
|
||||
<p>{mdmAppleBm.mdm_server_url}</p>
|
||||
<h4>Renew date</h4>
|
||||
<p>{readableDate(mdmAppleBm.renew_date)}</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue