From 4013b5ca03362dd19fd60185bfab1da2c3c394ca Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sun, 3 Mar 2019 15:58:28 +0000 Subject: [PATCH] Fix typo for self-host subdomain help info --- gui/app/templates/components/customize/general-settings.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/app/templates/components/customize/general-settings.hbs b/gui/app/templates/components/customize/general-settings.hbs index e588c4ae..770f646a 100644 --- a/gui/app/templates/components/customize/general-settings.hbs +++ b/gui/app/templates/components/customize/general-settings.hbs @@ -26,7 +26,7 @@
{{input id="orgDomain" type="text" value=domain class="form-control" placeholder="e.g. docs"}} - If you are hosting on "docs.example.org" then the subdomain value should be set to "doc" + If you are hosting on "docs.example.org" then the subdomain value should be set to "docs"
{{/if}}