From d2d12c888ec7c1915401d391b9077593e67db86b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 20 Jun 2024 09:52:58 -0500 Subject: [PATCH] Website: Update language in calendar section on homepage and landing pages (#19902) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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." --- website/views/pages/homepage.ejs | 4 ++-- website/views/partials/calendar-banner.partial.ejs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index be222748af..8ef8c33f08 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -40,11 +40,11 @@

Install updates and force restarts when your users’ computers are actually free.

<%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%>

Tell employees why

-

Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.

+

Automatically explain why your security policies matter, and install required updates en masse without locking people out of meetings.

<%} %> <% if (primaryBuyingSituation && !['eo-security'].includes(primaryBuyingSituation)) { %>

Say goodbye to annoying IT notifications and restarts.

-

Use AI to explain why your security policies matter.

+

Automatically explain why your security policies matter.

Stop making exceptions for executives when OS updates lock them out of important meetings.

<% } %>
diff --git a/website/views/partials/calendar-banner.partial.ejs b/website/views/partials/calendar-banner.partial.ejs index b864240e7a..2e8653df4d 100644 --- a/website/views/partials/calendar-banner.partial.ejs +++ b/website/views/partials/calendar-banner.partial.ejs @@ -12,11 +12,11 @@

Install updates and force restarts when your users’ computers are actually free.

<%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%>

Tell employees why

-

Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.

+

Automatically explain why your security policies matter, and install required updates en masse without locking people out of meetings.

<%} %> <% if (primaryBuyingSituation && !['eo-security'].includes(primaryBuyingSituation)) { %>

Say goodbye to annoying IT notifications and restarts.

-

Use AI to explain why your security policies matter.

+

Automatically explain why your security policies matter.

Stop making exceptions for executives when OS updates lock them out of important meetings.

<% } %>