diff --git a/website/views/pages/device-management.ejs b/website/views/pages/device-management.ejs index a80a829d35..f3ffbd6628 100644 --- a/website/views/pages/device-management.ejs +++ b/website/views/pages/device-management.ejs @@ -721,7 +721,7 @@

Shorten the feedback loop

Spend less time debugging whether changes actually happened.

-

Use a single, open platform for Apple, Windows, and Linux.

+

Use a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.

Auto-verify patches and settings on users’ devices. Avoid unnecessary tickets.

Every change to a policy or security control is tracked and auditable in Fleet’s UI, or in your logs.

diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index 65d798c6a3..6822b58ebd 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -98,7 +98,7 @@
Real employee device choice — even Linux -

Enroll all your computing devices. Going only Apple or 50/50 Mac and Windows? What about Linux? Speak to them all in one language.

+

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.

Define configuration as code

Ensure consistent deployment and eliminate configuration drift while maintaining an infinite audit trail. Need to roll back? Revert any changes with a single command.

Know the state of your devices in seconds @@ -155,7 +155,7 @@

Device management

Manage everything in one place

-

Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.

+

Modernize your device management practice with a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.

Start with device management
@@ -200,7 +200,7 @@

Device management

Manage everything in one place

-

Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.

+

Modernize your device management practice with a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.

Start with device management
diff --git a/website/views/pages/pricing.ejs b/website/views/pages/pricing.ejs index 8e4a2fd02e..b0d11eee31 100644 --- a/website/views/pages/pricing.ejs +++ b/website/views/pages/pricing.ejs @@ -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.

diff --git a/website/views/pages/start.ejs b/website/views/pages/start.ejs index c49339eb12..fa9ba46183 100644 --- a/website/views/pages/start.ejs +++ b/website/views/pages/start.ejs @@ -423,7 +423,7 @@

The myth of cross platform

Fleet lets you work directly with data and events from the native operating system.

It still exposes familiar concepts similar to smart groups and extension attributes, but for every platform’s “special” nuance, and in a way that lets you go all the way down to the bare metal.

-

With Fleet you only need to manage Apple, Windows, and Linux; not Omnissa, Intune, and your anxiety.

+

With Fleet you only need to manage {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux; not Omnissa, Intune, and your anxiety.

Back Continue