Website: Update language in calendar section on homepage and landing pages (#19902)

Related to: https://github.com/fleetdm/confidential/issues/7000

Changes:
- Updated the calendar section ("Use AI to explain why your security
policies matter." » "Auto-explain why your security policies matter."
This commit is contained in:
Eric 2024-06-20 09:52:58 -05:00 committed by GitHub
parent e3510cdcf6
commit d2d12c888e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -40,11 +40,11 @@
<p>Install updates and force restarts when your users computers are actually free.</p>
<%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%>
<h2>Tell employees why</h2>
<p>Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.</p>
<p>Automatically explain why your security policies matter, and install required updates en masse without locking people out of meetings.</p>
<%} %>
<% if (primaryBuyingSituation && !['eo-security'].includes(primaryBuyingSituation)) { %><div purpose="calendar-checklist" class="flex-column d-flex">
<p>Say goodbye to annoying IT notifications and restarts.</p>
<p>Use AI to explain why your security policies matter.</p>
<p>Automatically explain why your security policies matter.</p>
<p>Stop making exceptions for executives when OS updates lock them out of important meetings.</p>
</div><% } %>
<div purpose="video-button" class="d-flex flex-row align-items-center" @click="clickOpenVideoModal('calendar')">

View file

@ -12,11 +12,11 @@
<p>Install updates and force restarts when your users computers are actually free.</p>
<%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%>
<h3>Tell employees why</h3>
<p>Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.</p>
<p>Automatically explain why your security policies matter, and install required updates en masse without locking people out of meetings.</p>
<%} %>
<% if (primaryBuyingSituation && !['eo-security'].includes(primaryBuyingSituation)) { %><div purpose="calendar-checklist" class="flex-column d-flex">
<p>Say goodbye to annoying IT notifications and restarts.</p>
<p>Use AI to explain why your security policies matter.</p>
<p>Automatically explain why your security policies matter.</p>
<p>Stop making exceptions for executives when OS updates lock them out of important meetings.</p>
</div><% } %>
<div purpose="video-button" class="d-flex flex-row align-items-center" @click="clickOpenVideoModal('calendar')">