File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ other = "Were you looking for:"
69
69
[examples_heading ]
70
70
other = " Examples"
71
71
72
+ [feature_state ]
73
+ other = " FEATURE STATE:"
74
+
72
75
[feedback_heading ]
73
76
other = " Feedback"
74
77
@@ -269,4 +272,4 @@ other = "Versions"
269
272
other = " Warning:"
270
273
271
274
[whatsnext_heading ]
272
- other = " What's next"
275
+ other = " What's next"
Original file line number Diff line number Diff line change 6
6
{{ errorf "%q is not a valid feature-state, use one of %q" $state $valid_states }}
7
7
{{ else }}
8
8
< div style ="margin-top: 10px; margin-bottom: 10px; ">
9
- < b > FEATURE STATE: </ b > < code > Kubernetes {{ $for_k8s_version }} [{{ $state }}]</ code >
9
+ < b > {{ T "feature_state" }} </ b > < code > Kubernetes {{ $for_k8s_version }} [{{ $state }}]</ code >
10
10
</ div >
11
11
{{ end }}
You can’t perform that action at this time.
0 commit comments