Skip to content

Commit

Permalink
Makes it more clear that Outline is (mostly) for Linux servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Andrigo committed Aug 20, 2018
1 parent 69cf89c commit 1f10f21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</style>
<outline-step-view>
<span slot="step-title">Follow the instructions below</span>
<span slot="step-description">These steps will help you install Outline<br/> on [[cloudProviderName]].</span>
<span slot="step-description">These steps will help you install Outline<br/> on a [[cloudProviderName]] Linux server.</span>
<paper-progress hidden$='[[!showConnection]]' indeterminate class="slow"></paper-progress>

<div class="card">
Expand Down Expand Up @@ -336,7 +336,7 @@ <h3 hidden$='[[!errorTitle]]'>[[errorTitle]]</h3>
switch(cloudProvider) {
case 'aws': return 'Amazon Web Services';
case 'gcp': return 'Google Cloud Platform';
default: return 'your server';
default: return 'your Linux server';
}
},
_computeIsCloudProviderAws: function(cloudProvider) {
Expand Down

0 comments on commit 1f10f21

Please sign in to comment.