diff --git a/services/web/app/views/project/list/project-list.jade b/services/web/app/views/project/list/project-list.jade index 6878cffd81..6549c06c52 100644 --- a/services/web/app/views/project/list/project-list.jade +++ b/services/web/app/views/project/list/project-list.jade @@ -165,7 +165,7 @@ small #{translate("no_projects")} div.welcome.text-centered(ng-if="projects.length == 0", ng-cloak) h2 #{translate("welcome_to_sl")} - p #{translate("new_to_latex_look_at")} + p #{translate("new_to_latex_look_at")} a(href="/templates") #{translate("templates").toLowerCase()} | #{translate("or")} a(href="/learn") #{translate("latex_help_guide")} diff --git a/services/web/config/settings.defaults.coffee b/services/web/config/settings.defaults.coffee index bc41039667..b987d2fb7f 100644 --- a/services/web/config/settings.defaults.coffee +++ b/services/web/config/settings.defaults.coffee @@ -100,7 +100,7 @@ module.exports = # that are sent out, generated links, etc. siteUrl : siteUrl = 'http://localhost:3000' - # cooke domain + # cookie domain # use full domain for cookies to only be accesabble from that domain, # replace subdomain with dot to have them accessable on all subdomains # cookieDomain: ".sharelatex.dev"