mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Sentence case (#9487)
https://fleetdm.com/handbook/marketing/content-style-guide#sentence-case
This commit is contained in:
parent
bfed99f746
commit
20836dc295
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ const Integrations = (): JSX.Element => {
|
|||
|
||||
return (
|
||||
<div className={`${baseClass}`}>
|
||||
<h2 className={`${baseClass}__title`}>Ticket Destinations</h2>
|
||||
<h2 className={`${baseClass}__title`}>Ticket destinations</h2>
|
||||
<p className={`${baseClass}__page-description`}>
|
||||
Add or edit integrations to create tickets when Fleet detects new
|
||||
vulnerabilities.
|
||||
|
|
|
|||
Loading…
Reference in a new issue