mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website - device management - "consolidate" to "simplify" text change (#16617)
In response to https://github.com/fleetdm/confidential/issues/5284. I've always preferred "simplifying" to "consolidating." While consolidation is good, it sounds time-consuming and tough. "Simplifying" sounds easy by nature and tips a hat towards Fleet being a simple tool to use. Not sure yet about the zero trust header, so will tackle that separately. # Checklist for submitter - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
c2dc13e771
commit
9f260a0caf
1 changed files with 3 additions and 3 deletions
6
website/views/pages/device-management.ejs
vendored
6
website/views/pages/device-management.ejs
vendored
|
|
@ -13,7 +13,7 @@
|
|||
<div purpose="hero-text">
|
||||
<strong>Your last MDM migration</strong>
|
||||
<p>Even if you've never done an MDM migration, you've probably heard it's hard. Fleet makes it easy to get your data in and get it out.</p>
|
||||
<strong>Consolidate your tools</strong>
|
||||
<strong>Simplify your tools</strong>
|
||||
<p>Deploy a modern Mac-first MDM that’s purpose-built to manage your Apple, Windows, and Linux computers.</p>
|
||||
<strong>Implement “zero trust” faster</strong>
|
||||
<p>Use Fleet to enforce conditional access checking at login. (It's pretty easy to customize whatever you need.)</p>
|
||||
|
|
@ -59,10 +59,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<%/* Consolidate your tools section */%>
|
||||
<%/* Simplify your tools section */%>
|
||||
<div purpose="page-section">
|
||||
<div purpose="feature-headline">
|
||||
<h2>Consolidate your tools</h2>
|
||||
<h2>Simplify your tools</h2>
|
||||
<p>Deploy a modern Mac-first MDM that’s purpose-built to manage your Apple, Windows, and Linux computers.</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue