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.

<% } %>