From fdea22615976db6ed29f8b62311b6baf0ca31d13 Mon Sep 17 00:00:00 2001 From: Florian Rhiem Date: Wed, 21 Dec 2016 14:36:54 +0100 Subject: Fixed typo: anonmyous --- public/views/index.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/views/index.ejs') 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 @@ <%= __('Sign In') %> <% }%> - <% if((facebook || twitter || github || gitlab || dropbox || google || email) && allowAnonmyous) { %> + <% if((facebook || twitter || github || gitlab || dropbox || google || email) && allowAnonymous) { %> <%= __('or') %> <% }%> - <% if(allowAnonmyous) { %> + <% if(allowAnonymous) { %> <%= __('New guest note') %>
-- cgit v1.2.3