diff --git a/layouts/shortcodes/feature-state.html b/layouts/shortcodes/feature-state.html index 745c5f396e..a9cf606384 100644 --- a/layouts/shortcodes/feature-state.html +++ b/layouts/shortcodes/feature-state.html @@ -3,9 +3,9 @@ {{ $for_k8s_version := .Get "for_k8s_version" | default (.Page.Param "version")}} {{ $is_valid := strings.Contains $valid_states $state }} {{ if not $is_valid }} -{{ errorf "%q is not a valid feature-state, use one of %q" $valid_states }} +{{ errorf "%q is not a valid feature-state, use one of %q" $state $valid_states }} {{ else }}
Kubernetes {{ $for_k8s_version }} [{{ $state }}]