Skip to content

Commit 43d3a6b

Browse files
authored
Fix OpenShift Local caps in product name
1 parent 06a842e commit 43d3a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webview/cluster/app/clusterView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ export default function addClusterView(props) {
471471
</ListItemAvatar>
472472
<ListItemText
473473
primary="Download"
474-
secondary={<span>This will download OpenShift local {crcLatest}</span>}/>
474+
secondary={<span>This will download OpenShift Local {crcLatest}</span>}/>
475475
<a href={fetchDownloadBinary()} style={{ textDecoration: 'none'}}>
476476
<Button
477477
color="default"
@@ -708,4 +708,4 @@ export default function addClusterView(props) {
708708
)}
709709
</div>
710710
);
711-
}
711+
}

0 commit comments

Comments
 (0)