Skip to content

Commit 65ccb51

Browse files
authored
Update item.ejs
Signed-off-by: Zoey <zoey@z0ey.de>
1 parent 61fcb18 commit 65ccb51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/js/app/nginx/certificates/list

frontend/js/app/nginx/certificates/list/item.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<%- i18n('tls', provider) %><% if (meta.dns_provider) { %> - <%- dns_providers[meta.dns_provider].name %><% } %>
3232
</td>
3333
<td class="<%- isExpired() ? 'text-danger' : '' %>">
34-
<%- formatDbDate(expires_on, 'Do MMMM YYYY, h:mm a') %>
34+
<%- formatDbDate(expires_on, 'Do MMMM YYYY, HH:mm') %>
3535
</td>
3636
<% if (canManage) { %>
3737
<td class="text-right">

0 commit comments

Comments
 (0)