Skip to content

Commit

Permalink
Update src/renderer/components/+preferences/kubectl-binaries.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Lauri Nevala <lauri.nevala@gmail.com>
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 and nevalla committed Sep 18, 2020
1 parent 4e9c6d7 commit 8166625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/+preferences/kubectl-binaries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const KubectlBinaries = observer(({ preferences }: { preferences: UserPre
onChange={downloadKubectlBinaries => preferences.downloadKubectlBinaries = downloadKubectlBinaries}
/>
<small className="hint">
<Trans>Download kubectl binaries matching to Kubernetes cluster verison.</Trans>
<Trans>Download kubectl binaries matching to Kubernetes cluster version.</Trans>
</small>
<SubTitle title="Download mirror" />
<Select
Expand Down

0 comments on commit 8166625

Please sign in to comment.