Skip to content
Snippets Groups Projects
Commit b70f0d17 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Fixes translating "and"

parent f88f5917
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ Template.chatWindowDashboard.helpers
return {
multi: true
selfTyping: selfTyping
users: usernames.join " #{t 'general.and'} "
users: usernames.join " #{t 'and'} "
}
messageInfo: (from) ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment