Website: change order of platform mentions for Windows users. (#28314)

Closes: https://github.com/fleetdm/confidential/issues/9592

Changes:
- Updated places where we list platforms to list Windows first for
website visitors using Windows
This commit is contained in:
Eric 2025-04-16 18:10:45 -05:00 committed by GitHub
parent cd5533ad76
commit c5d713a00a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -721,7 +721,7 @@
<h2>Shorten the feedback loop</h2>
<p>Spend less time debugging whether changes actually happened.</p>
<div purpose="checklist" class="flex-column d-flex">
<p>Use a single, open platform for Apple, Windows, and Linux.</p>
<p>Use a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.</p>
<p>Auto-verify patches and settings on users devices. Avoid unnecessary tickets.</p>
<p>Every change to a policy or security control is tracked and auditable in Fleets UI, or in your logs.</p>
</div>

View file

@ -98,7 +98,7 @@
</div>
<div purpose="category-text-block" class="d-flex flex-column">
<strong>Real employee device choice — even Linux</strong>
<p>Enroll all your computing devices. Going only Apple or 50/50 Mac and Windows? What about Linux? Speak to them all in one language.</p>
<p>Enroll all your computing devices. Going only {{ bowser.windows ? 'Windows' : 'Apple'}} or 50/50 {{ bowser.windows ? 'Windows and Mac' : 'Mac and Windows'}}? What about Linux? Speak to them all in one language.</p>
<strong>Define configuration as code</strong>
<p>Ensure consistent deployment and eliminate configuration drift while maintaining an infinite audit trail. Need to roll back? Revert any changes with a single command.</p>
<strong>Know the state of your devices in seconds</strong>
@ -155,7 +155,7 @@
<div purpose="category-text-block" class="d-flex flex-column personalized">
<h4>Device management</h4>
<h2>Manage everything in one place</h2>
<p>Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.</p>
<p>Modernize your device management practice with a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.</p>
<div>
<animated-arrow-button href="/device-management">Start with device management</animated-arrow-button>
</div>
@ -200,7 +200,7 @@
<div purpose="category-text-block" class="d-flex flex-column personalized">
<h4>Device management</h4>
<h2>Manage everything in one place</h2>
<p>Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.</p>
<p>Modernize your device management practice with a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.</p>
<div>
<animated-arrow-button href="/device-management">Start with device management</animated-arrow-button>
</div>

View file

@ -338,7 +338,7 @@
// ██║ ██║ ██║╚██████╔╝ ██║ ██║ ██║
// ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝ ╚═╝
%>
You already know how to manage the operating system. In Fleet, you can focus on managing Apple, Windows and Linux; not "Android MDM", "Apple MDM", "config management", etc.
You already know how to manage the operating system. In Fleet, you can focus on managing {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}} and Linux; not "Android MDM", "Apple MDM", "config management", etc.
</p>
</div>
<div purpose="accordion-item">

View file

@ -423,7 +423,7 @@
<h2>The myth of cross platform</h2>
<p>Fleet lets you work directly with data and events from the native operating system.</p>
<p>It still exposes familiar concepts similar to smart groups and extension attributes, but for every platforms “special” nuance, and in a way that lets you go all the way down to the bare metal.</p>
<p>With Fleet you only need to manage Apple, Windows, and Linux; not Omnissa, Intune, and your anxiety.</p>
<p>With Fleet you only need to manage {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux; not Omnissa, Intune, and your anxiety.</p>
<div purpose="form-buttons">
<a purpose="back-button" @click="clickGoToPreviousStep()">Back</a>
<ajax-button type="submit" purpose="submit-button" class="btn btn-primary" :syncing="syncing">Continue</ajax-button>