Skip to content

Commit 2726037

Browse files
gorkemdgolovin
authored andcommitted
Fix typos
1 parent 1b4181f commit 2726037

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/webview/cluster/app/cluster.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

welcome/app/assets/templates/welcome.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212

1313
<body>
14-
14+
1515
<div class="welcome-sections">
1616
<div class="section-div">
1717
<div class="title-wrapper">
@@ -49,7 +49,7 @@
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" >
@@ -96,7 +96,7 @@
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>

0 commit comments

Comments
 (0)