From c60ceb66babd5fa8b40c056be46a2138fa19035c Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 8 Jan 2016 15:32:12 +0100 Subject: [PATCH] Fixed typo. --- app/assets/javascripts/app/views/channel/chat.jst.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/views/channel/chat.jst.eco b/app/assets/javascripts/app/views/channel/chat.jst.eco index 348b6e39d..1327442de 100644 --- a/app/assets/javascripts/app/views/channel/chat.jst.eco +++ b/app/assets/javascripts/app/views/channel/chat.jst.eco @@ -164,7 +164,7 @@ $(function() { <%- @T('There can be several reasons for the chat to not show up:') %>
  1. <%- @T('The browser is outdated. It does not support WebSocket - the technology we use for the chat.') %> -
  2. <%- @T('The is no agent online.') %> +
  3. <%- @T('There is no agent online.') %>
  4. <%- @T('The chat is turned off.') %>
  5. <%- @T('There are too many people in queue for the chat.') %>