mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: Update primary-tagline.partial.ejs (#18754)
Not everyone was getting what we meant by "focus on data, not vendors". To be clear, what we meant is that you can use open standards and data, and learn related skills (git, yml, sql, REST, json, http, devops, etc) rather than using lots of overlapping proprietary tools and learning a bunch of overlapping proprietary skills that rot quickly and don't always translate between jobs.
This commit is contained in:
parent
57b52204a9
commit
7ae2f24e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : primaryBuyingSituation === 'vm' ? 'Focus on vulnerabilities, not vendors' : primaryBuyingSituation ? 'Focus on data, not vendors' : 'Untangle your endpoints' %>
|
||||
<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : primaryBuyingSituation === 'vm' ? 'Focus on vulnerabilities, not vendors' : primaryBuyingSituation ? 'Focus on security, not vendors' : 'Untangle your endpoints' %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue