diff --git a/frontend/js/app/nginx/certificates/list/main.ejs b/frontend/js/app/nginx/certificates/list/main.ejs
index aa49a27f..f0623779 100644
--- a/frontend/js/app/nginx/certificates/list/main.ejs
+++ b/frontend/js/app/nginx/certificates/list/main.ejs
@@ -2,6 +2,7 @@
|
<%- i18n('str', 'name') %> |
<%- i18n('all-hosts', 'cert-provider') %> |
+ <%- i18n('str', 'active-hosts') %> |
<%- i18n('str', 'expires') %> |
<% if (canManage) { %>
|
diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json
index 0bbde454..138e3d72 100644
--- a/frontend/js/i18n/messages.json
+++ b/frontend/js/i18n/messages.json
@@ -35,7 +35,8 @@
"value": "Value",
"please-wait": "Please wait...",
"all": "All",
- "any": "Any"
+ "any": "Any",
+ "active-hosts": "Active Hosts"
},
"login": {
"title": "Login to your account"