chat: default name Anonymous instead of anonymous

This commit is contained in:
Felix Niklas 2015-11-13 16:20:07 +01:00
parent 543c27a0bc
commit 189c4e2e99

View file

@ -21,7 +21,7 @@ class Sessions::Event::ChatSessionClose < Sessions::Event::ChatBase
}
end
realname = 'anonymous'
realname = 'Anonymous'
if @session && @session['id']
realname = User.find(@session['id']).fullname
end