More i18n

This commit is contained in:
Jamie Curnow
2018-07-19 09:47:55 +10:00
parent 50dd227a2e
commit 291cb9625e
12 changed files with 56 additions and 40 deletions

View File

@@ -7,10 +7,11 @@
<form>
<div class="row">
<div class="col-sm-12 col-md-12">
<%= i18n('proxy-hosts', 'delete-confirm', {domains: domain_names.join(', ')}) %>
Are you sure you want to delete the Proxy host for: <strong><%- domain_names.join(', ') %></strong>?
<% if (ssl_enabled) { %>
<br><br>
The SSL certificates attached will be removed, this action cannot be recovered.
<%- i18n('proxy-hosts', 'delete-ssl') %>
<% } %>
</div>
</div>