From 1ecbb3e25ea809d9bcfb73d88d55fe68a0c34bdd Mon Sep 17 00:00:00 2001 From: Larry Ivange Date: Mon, 8 Jul 2024 03:55:02 -0500 Subject: [PATCH] Reword feature state component to more closely match kubernetes style --- site/layouts/shortcodes/feature-state.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/shortcodes/feature-state.html b/site/layouts/shortcodes/feature-state.html index fc8c6fc0d9..32281deb10 100644 --- a/site/layouts/shortcodes/feature-state.html +++ b/site/layouts/shortcodes/feature-state.html @@ -8,6 +8,6 @@ {{ errorf "%q is not a valid feature-state, use one of %q" $state $valid_states }} {{ else }}
- FEATURE STATE {{ $project }} {{ $for_version }} [{{ $state }}] + Feature state {{ $state }} since {{ $project }} {{ $for_version }}
{{ end }}