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.') %>