trabajo-afectivo/public/assets/chat/views/customer_timeout.eco
2022-04-14 16:34:23 -03:00

9 lines
No EOL
484 B (Stored with Git LFS)
Text

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