mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update src/renderer/components/+preferences/kubectl-binaries.tsx
Co-authored-by: Lauri Nevala <lauri.nevala@gmail.com> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4e9c6d73c4
commit
8166625dab
@ -32,7 +32,7 @@ export const KubectlBinaries = observer(({ preferences }: { preferences: UserPre
|
|||||||
onChange={downloadKubectlBinaries => preferences.downloadKubectlBinaries = downloadKubectlBinaries}
|
onChange={downloadKubectlBinaries => preferences.downloadKubectlBinaries = downloadKubectlBinaries}
|
||||||
/>
|
/>
|
||||||
<small className="hint">
|
<small className="hint">
|
||||||
<Trans>Download kubectl binaries matching to Kubernetes cluster verison.</Trans>
|
<Trans>Download kubectl binaries matching to Kubernetes cluster version.</Trans>
|
||||||
</small>
|
</small>
|
||||||
<SubTitle title="Download mirror" />
|
<SubTitle title="Download mirror" />
|
||||||
<Select
|
<Select
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user