summaryrefslogtreecommitdiff
path: root/public/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'public/views/index.ejs')
-rw-r--r--public/views/index.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs
index 21cefbcc..adcdd34d 100644
--- a/public/views/index.ejs
+++ b/public/views/index.ejs
@@ -63,10 +63,10 @@
<a type="button" class="btn btn-lg btn-success ui-signin" data-toggle="modal" data-target=".signin-modal" style="min-width: 170px;"><%= __('Sign In') %></a>
</span>
<% }%>
- <% if((facebook || twitter || github || gitlab || dropbox || google || email) && allowAnonmyous) { %>
+ <% if((facebook || twitter || github || gitlab || dropbox || google || email) && allowAnonymous) { %>
<span class="ui-or"><%= __('or') %></span>
<% }%>
- <% if(allowAnonmyous) { %>
+ <% if(allowAnonymous) { %>
<span class="ui-signin">
<a href="<%- url %>/new" class="btn btn-lg btn-default" style="min-width: 170px;"><%= __('New guest note') %></a>
<br>