From 1f10f219bbea23787e0408723595d552e8251aa0 Mon Sep 17 00:00:00 2001 From: Santiago Andrigo Date: Mon, 20 Aug 2018 13:08:20 -0400 Subject: [PATCH] Makes it more clear that Outline is (mostly) for Linux servers --- .../ui_components/outline-manual-server-entry.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server_manager/ui_components/outline-manual-server-entry.html b/src/server_manager/ui_components/outline-manual-server-entry.html index a7ef2c123..434173e8f 100644 --- a/src/server_manager/ui_components/outline-manual-server-entry.html +++ b/src/server_manager/ui_components/outline-manual-server-entry.html @@ -149,7 +149,7 @@ Follow the instructions below - These steps will help you install Outline
on [[cloudProviderName]].
+ These steps will help you install Outline
on a [[cloudProviderName]] Linux server.
@@ -336,7 +336,7 @@

[[errorTitle]]

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) {