diff --git a/layouts/partials/article/product-tags.html b/layouts/partials/article/product-tags.html index 6e40153a5..f52efc1a4 100644 --- a/layouts/partials/article/product-tags.html +++ b/layouts/partials/article/product-tags.html @@ -6,7 +6,7 @@ {{ if eq $product "oss"}}{{ $scratch.Set "product-tag" "OSS" }}{{ end }} {{ if eq $product "cloud"}}{{ $scratch.Set "product-tag" "Cloud" }}{{ end }} {{ if eq $product "enterprise"}}{{ $scratch.Set "product-tag" "Enterprise" }}{{ end }} - InfluxDB {{ $scratch.Get "product-tag"}} Only + InfluxDB {{ $scratch.Get "product-tag"}} only {{ end }}

{{ end }}