We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a842e commit 43d3a6bCopy full SHA for 43d3a6b
src/webview/cluster/app/clusterView.tsx
@@ -471,7 +471,7 @@ export default function addClusterView(props) {
471
</ListItemAvatar>
472
<ListItemText
473
primary="Download"
474
- secondary={<span>This will download OpenShift local {crcLatest}</span>}/>
+ secondary={<span>This will download OpenShift Local {crcLatest}</span>}/>
475
<a href={fetchDownloadBinary()} style={{ textDecoration: 'none'}}>
476
<Button
477
color="default"
@@ -708,4 +708,4 @@ export default function addClusterView(props) {
708
)}
709
</div>
710
);
711
-}
+}
0 commit comments