From f55c363f683df8dfee1890463380d5b04452d009 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sat, 19 Jul 2025 13:53:19 -0600 Subject: [PATCH] hotfix: update trial license messaging, closes influxdata/DAR#525 --- layouts/partials/article/feedback.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/article/feedback.html b/layouts/partials/article/feedback.html index 618f627f2..950cce937 100644 --- a/layouts/partials/article/feedback.html +++ b/layouts/partials/article/feedback.html @@ -63,7 +63,7 @@ {{ if not (in $supportBlacklist $product) }}

Customers with an annual or support contract can contact InfluxData Support. - Customers using a trial license can email trial@influxdata.com for assistance.

+ {{ if eq $version "enterprise" }}Customers using a trial license can email trial@influxdata.com for assistance.

{{ end }} {{ end }}