waiting_list_timeout.eco 331 B

12345
  1. <div class="zammad-chat-modal-text">
  2. <%- @T('We are sorry, it is taking longer than expected to get a slot. Please try again later or send us an email. Thank you!') %>
  3. <br>
  4. <div class="zammad-chat-button js-restart"<%= " style='background: #{ @background }'" if @background %>><%- @T('Start new conversation') %></div>
  5. </div>