mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
/start: Minor text adjustments (#21966)
This commit is contained in:
parent
e1114d9356
commit
9fedb59283
1 changed files with 2 additions and 2 deletions
4
website/views/pages/start.ejs
vendored
4
website/views/pages/start.ejs
vendored
|
|
@ -408,7 +408,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 platform’s “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 Mac, Windows, and Linux; not Omnissa, Intune, and your anxiety.</p>
|
||||
<p>With Fleet you only need to manage 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>
|
||||
|
|
@ -424,7 +424,7 @@
|
|||
<div purpose="form-progress-bar"><div purpose="current-progress" style="width: 50%"></div></div>
|
||||
<img purpose="success-icon" alt="🚀" src="/images/icon-form-success-16x16@2x.png">
|
||||
</div>
|
||||
<h2>Is it any good?</h2>
|
||||
<h2>Want to try it?</h2>
|
||||
<div purpose="form-header" class="mx-auto">
|
||||
<p class="">We don’t have a public sample environment, but you can try Fleet out locally on your computer.</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue