mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fleet product: Sentence case (#34718)
https://fleetdm.com/handbook/company/why-this-way#why-does-fleet-use-sentence-case
This commit is contained in:
parent
32a3560353
commit
62d861ac58
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ const CertificateDetailsModal = ({
|
|||
<div className={`${baseClass}__content`}>
|
||||
{showSubjectSection && (
|
||||
<div className={`${baseClass}__section`}>
|
||||
<h3>Subject Name</h3>
|
||||
<h3>Subject name</h3>
|
||||
<dl>
|
||||
{subjectCountry && (
|
||||
<DataSet
|
||||
|
|
|
|||
Loading…
Reference in a new issue