Add missing translations

This commit is contained in:
Jérémy Lecour 2018-09-02 20:49:06 +02:00
parent 85f1749405
commit 2386ec274d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<p>
<strong>SSL: <%= check.domain %></strong> (<%= check.consecutive_failures %> erreurs consécutives)
<strong>SSL: <%= check.domain %></strong> (<%= check.consecutive_failures %> consecutive errors)
<br />
<%- if check.domain_expires_at.present? %>

View File

@ -1,4 +1,4 @@
SSL: <%= check.domain %> (<%= check.consecutive_failures %> erreurs consécutives)
SSL: <%= check.domain %> (<%= check.consecutive_failures %> consecutive errors)
<%= "-" * (check.domain.length + "SSL: ".length) %>
<%- if check.domain_expires_at.present? %>