Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkem authored and dgolovin committed Jul 30, 2021
1 parent 1b4181f commit 2726037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/webview/cluster/app/cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const clusterTypes = [
imageUrl: ['https://www.openshift.com/hubfs/images/icons/Icon-Red_Hat-Hardware-Laptop-A-Black-RGB.svg'],
urlAlt: 'crc',
redirectLink: '',
buttonText: 'Create/Refresh Cluster',
buttonText: 'Create/Refresh cluster',
tooltip: 'You can create OpenShift cluster using this wizard.'
},
{
Expand Down
6 changes: 3 additions & 3 deletions welcome/app/assets/templates/welcome.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>

<div class="welcome-sections">
<div class="section-div">
<div class="title-wrapper">
Expand Down Expand Up @@ -49,7 +49,7 @@
</ul>
</p>
</div>
</div>
</div>

<div class="section-row">
<img src="<%= baseUri %>/icons/run.png" class="section-icon" >
Expand Down Expand Up @@ -96,7 +96,7 @@

<div class="section-div">
<input type="checkbox" id="showWhenUsingExtension" <% if (checkboxValue) { %> checked <% } %>>
<label for="showWhenUsingExtension">Show Welcome page when OpenShift Connector Extension is activated</label>
<label for="showWhenUsingExtension">Show welcome page when OpenShift Connector Extension is activated</label>
</div>
</div>
</body>
Expand Down

0 comments on commit 2726037

Please sign in to comment.