Update primary-tagline.partial.ejs (#18140)

This commit is contained in:
Mike McNeil 2024-04-09 15:01:44 -05:00 committed by GitHub
parent 1b35ffd0ef
commit d3214fab51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1 @@
<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : 'Focus on data, not vendors' %>
<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : primaryBuyingSituation ? 'Focus on data, not vendors' : 'Untangle your endpoints' %>