mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
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:
parent
e3510cdcf6
commit
d2d12c888e
2 changed files with 4 additions and 4 deletions
4
website/views/pages/homepage.ejs
vendored
4
website/views/pages/homepage.ejs
vendored
|
|
@ -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')">
|
||||
|
|
|
|||
|
|
@ -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')">
|
||||
|
|
|
|||
Loading…
Reference in a new issue