diff --git a/app/assets/javascripts/app/views/cti/not_configured.jst.eco b/app/assets/javascripts/app/views/cti/not_configured.jst.eco index 70f05cffa..c25039102 100644 --- a/app/assets/javascripts/app/views/cti/not_configured.jst.eco +++ b/app/assets/javascripts/app/views/cti/not_configured.jst.eco @@ -1,10 +1,12 @@ -
-

<%- @T('Caller log') %>

-

<%- @T('Sorry, currently is no CTI backend enabled!') %>

-

<%- @T('We support') %>:

- +
+
+

<%- @T('Not configured') %>

+

<%- @T('Sorry, there is currently no CTI backend enabled.') %>

+

<%- @T('We support') %>:

+
+ <% for backend in @backends: %> + <% if @isAdmin: %><% end %><%= backend.name %><% if @isAdmin: %><% end %> + <% end %> +
+
\ No newline at end of file