Fixed missing delay->interval renaming in FR emails.

This commit is contained in:
Colin Darie 2018-07-02 18:38:00 +02:00
parent 8a9a7f6f22
commit c9c8b25db6
No known key found for this signature in database
GPG Key ID: 4FB865FDBCA4BCC4
8 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
--
<p>
Vous avez reçu ce courriel à <%= pluralize(delay, "jour", "jours") %> avant la date d'expiration.</br>
Vous avez reçu ce courriel à <%= pluralize(interval, "jour", "jours") %> avant la date d'expiration.</br>
Vous pouvez gérer les notifications pour cette vérification à ce adresse :
<%= link_to nil, edit_check_url(check) %>
</p>

View File

@ -1,6 +1,6 @@
--
Vous avez reçu ce courriel à <%= pluralize(delay, "jour", "jours") %> avant
Vous avez reçu ce courriel à <%= pluralize(interval, "jour", "jours") %> avant
la date d'expiration.
Vous pouvez gérer les notifications pour cette vérification à ce adresse :
<%= edit_check_url(check) %>

View File

@ -2,7 +2,7 @@
<br />
--
<p>Vous avez reçu ce courriel à <%= pluralize(delay, "jour", "jours") %> avant la dernière date d'expiration connue.<br />
<p>Vous avez reçu ce courriel à <%= pluralize(interval, "jour", "jours") %> avant la dernière date d'expiration connue.<br />
Vous pouvez gérer les notifications pour cette vérification à ce adresse :
<%= link_to nil, edit_check_url(check) %>
</p>

View File

@ -1,6 +1,6 @@
--
Vous avez reçu ce courriel à <%= pluralize(delay, "jour", "jours") %>
Vous avez reçu ce courriel à <%= pluralize(interval, "jour", "jours") %>
avant la dernière date d'expiration connue.
Vous pouvez gérer les notifications pour cette vérification à ce adresse :
<%= edit_check_url(check) %>

View File

@ -9,4 +9,4 @@
<%= render "check_comment_vendor" %>
<%= render "footer_expires_soon", delay: @notification.delay, check: @check %>
<%= render "footer_expires_soon", interval: @notification.interval, check: @check %>

View File

@ -6,4 +6,4 @@ le domaine <%= @check.domain %> va expirer le <%= format_utc(@check.domain_expir
<%= render "check_comment_vendor" %>
<%= render "footer_expires_soon", delay: @notification.delay, check: @check %>
<%= render "footer_expires_soon", interval: @notification.interval, check: @check %>

View File

@ -21,4 +21,4 @@ Si vous avez supprimé le domaine ou ne l'avez pas renouvellé, merci de désact
<%= render "check_comment_vendor" %>
<%= render "footer_recurrent_failures", delay: @notification.delay, check: @check %>
<%= render "footer_recurrent_failures", interval: @notification.interval, check: @check %>

View File

@ -10,4 +10,4 @@ merci de désactiver la vérification associée, avec ce lien :
<%= render "check_comment_vendor" %>
<%= render "footer_recurrent_failures", delay: @notification.delay, check: @check %>
<%= render "footer_recurrent_failures", interval: @notification.interval, check: @check %>