diff --git a/lib/plausible_web/templates/stats/stats.html.heex b/lib/plausible_web/templates/stats/stats.html.heex index 50ae77b79aee..33aa32a843dd 100644 --- a/lib/plausible_web/templates/stats/stats.html.heex +++ b/lib/plausible_web/templates/stats/stats.html.heex @@ -60,24 +60,26 @@ <%= if !@conn.assigns[:current_user] && @conn.assigns[:demo] do %>

- Want these stats for your website?
- Start your free trial today. + You just saw how Plausible tracks plausible.io
+ No cookies, no personal data, no Google

diff --git a/test/plausible_web/controllers/stats_controller_test.exs b/test/plausible_web/controllers/stats_controller_test.exs index 21758345d296..41d5432c4f8d 100644 --- a/test/plausible_web/controllers/stats_controller_test.exs +++ b/test/plausible_web/controllers/stats_controller_test.exs @@ -92,7 +92,9 @@ defmodule PlausibleWeb.StatsControllerTest do assert text_of_element(resp, "title") == "Plausible Analytics: Live Demo" assert resp =~ "Login" - assert resp =~ "Want these stats for your website?" + assert resp =~ "You just saw how Plausible tracks plausible.io" + assert resp =~ "Start free trial" + assert resp =~ "See pricing" assert resp =~ "Getting started" end