Make FEATURE STATE localizable
Add i18n string for FEATURE STATE, for ease of localization.
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
{{ errorf "%q is not a valid feature-state, use one of %q" $state $valid_states }}
|
||||
{{ else }}
|
||||
<div style="margin-top: 10px; margin-bottom: 10px;">
|
||||
<b>FEATURE STATE:</b> <code>Kubernetes {{ $for_k8s_version }} [{{ $state }}]</code>
|
||||
<b>{{ T "feature_state" }}</b> <code>Kubernetes {{ $for_k8s_version }} [{{ $state }}]</code>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user