customer_timeout.eco 484 B

123456789
  1. <div class="zammad-chat-modal-text">
  2. <% if @agent: %>
  3. <%- @T('Since you didn\'t respond in the last %s minutes your conversation with <strong>%s</strong> was closed.', @delay, @agent) %>
  4. <% else: %>
  5. <%- @T('Since you didn\'t respond in the last %s minutes your conversation was closed.', @delay) %>
  6. <% end %>
  7. <br>
  8. <div class="zammad-chat-button js-restart"<%= " style='background: #{ @background }'" if @background %>><%- @T('Start new conversation') %></div>
  9. </div>