Skip to content

Commit 850e80b

Browse files
committed
Fix typo in access-list-item
1 parent e0b9da7 commit 850e80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/js/app/nginx/proxy/access-list-item.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="title">
44
<i class="fe fe-lock text-teal"></i> <%- name %>
55
</div>
6-
<span class="description"><%- i18n('access-lists', 'item-count', {count: items.length || 0}) %>, <%- i18n('access-lists', 'clint-count', {count: clients.length || 0}) %> &ndash; Created: <%- formatDbDate(created_on, 'Do MMMM YYYY, h:mm a') %></span>
6+
<span class="description"><%- i18n('access-lists', 'item-count', {count: items.length || 0}) %>, <%- i18n('access-lists', 'client-count', {count: clients.length || 0}) %> &ndash; Created: <%- formatDbDate(created_on, 'Do MMMM YYYY, h:mm a') %></span>
77
<% } else { %>
88
<div class="title">
99
<i class="fe fe-unlock text-yellow"></i> <%- i18n('access-lists', 'public') %>

0 commit comments

Comments
 (0)