Skip to content

Commit

Permalink
Merge pull request #1897 from noobaa/ohad-fe-facelift
Browse files Browse the repository at this point in the history
Fix typos and download links
  • Loading branch information
nb-ohad authored Sep 1, 2016
2 parents 29d3fa0 + 43bff25 commit 943e243
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="warning-msg warning row pad alt-bg content-middle">
<svg-icon class="push-next warning" params="name: 'notif-warning'">
</svg-icon>
Preformance and functionality issues may occur while the system is in maintenance mode
Performance and functionality issues may occur while the system is in maintenance mode
</div>

<div class="greedy push-both">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { deepFreeze } from 'utils';

const durationUntiOptions = deepFreeze([
{
label: 'Minuets',
label: 'Minutes',
value: 1
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2 class="heading3">
<h2 class="heading3">
Start your installation process
</h2>

Expand All @@ -22,7 +22,7 @@ <h2 class="heading3">
<!-- ko if: commandSelector() === 'LOCAL_WINDOWS' -->
<ol class="instructions">
<li>
<a class="link" data-bind="attr: { href: packageUrl }">
<a class="link" download data-bind="attr: { href: packageUrl }">
Click here to download
</a>
the daemon installation package
Expand All @@ -36,7 +36,7 @@ <h2 class="heading3">
<!-- ko if: commandSelector() === 'LOCAL_LINUX' -->
<ol class="instructions">
<li>
<a class="link" data-bind="attr: { href: packageUrl }">
<a class="link" download data-bind="attr: { href: packageUrl }">
Click here to download
</a>
the daemon installation package
Expand Down

0 comments on commit 943e243

Please sign in to comment.