Skip to content

Commit

Permalink
Reword feature state component to more closely match kubernetes style
Browse files Browse the repository at this point in the history
  • Loading branch information
ivange94 committed Jul 8, 2024
1 parent 1dcff82 commit 865b7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/feature-state.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
{{ errorf "%q is not a valid feature-state, use one of %q" $state $valid_states }}
{{ else }}
<div class="feature-state-notice feature-{{ $state }}">
<span class="feature-state-name">FEATURE STATE</span> <code>{{ $project }} {{ $for_version }} [{{ $state }}]</code>
<span class="feature-state-name">Feature state</span> {{ $state }} since {{ $project }} {{ $for_version }}
</div>
{{ end }}

0 comments on commit 865b7a8

Please sign in to comment.