This commit is contained in:
Henry Oswald 2014-09-02 10:49:43 +01:00
commit c4a379075d
2 changed files with 2 additions and 2 deletions

View file

@ -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")}

View file

@ -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"