File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
welcome/app/assets/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const clusterTypes = [
3030 imageUrl : [ 'https://www.openshift.com/hubfs/images/icons/Icon-Red_Hat-Hardware-Laptop-A-Black-RGB.svg' ] ,
3131 urlAlt : 'crc' ,
3232 redirectLink : '' ,
33- buttonText : 'Create/Refresh Cluster ' ,
33+ buttonText : 'Create/Refresh cluster ' ,
3434 tooltip : 'You can create OpenShift cluster using this wizard.'
3535 } ,
3636 {
Original file line number Diff line number Diff line change 1111</head >
1212
1313<body >
14-
14+
1515<div class =" welcome-sections" >
1616 <div class =" section-div" >
1717 <div class =" title-wrapper" >
4949 </ul >
5050 </p >
5151 </div >
52- </div >
52+ </div >
5353
5454 <div class =" section-row" >
5555 <img src =" <%= baseUri %>/icons/run.png" class =" section-icon" >
9696
9797 <div class =" section-div" >
9898 <input type =" checkbox" id =" showWhenUsingExtension" <% if (checkboxValue) { % > checked <% } %> >
99- <label for =" showWhenUsingExtension" >Show Welcome page when OpenShift Connector Extension is activated</label >
99+ <label for =" showWhenUsingExtension" >Show welcome page when OpenShift Connector Extension is activated</label >
100100 </div >
101101</div >
102102</body >
You can’t perform that action at this time.
0 commit comments