From aed5719e35a4a503c7332c9050a47136d16ba5f0 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 3 Aug 2018 13:58:37 +0200
Subject: [PATCH] drop the confusing final dot

---
 lib/AccountManager/L10N/fr.pm                             | 4 ++--
 templates/mail/send_authentication_token.tt2.html         | 2 +-
 templates/renater/mail/send_authentication_token.tt2.html | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm
index 5b54d01..c64a66e 100644
--- a/lib/AccountManager/L10N/fr.pm
+++ b/lib/AccountManager/L10N/fr.pm
@@ -230,8 +230,8 @@ msgstr "Ces fournisseurs de service ont été extrait des métadonnées de la f
 
 #. (challenge_url, token)
 #: templates/mail/send_authentication_token.tt2.html:7 templates/renater/mail/send_authentication_token.tt2.html:7
-msgid "To complete the creation of test accounts, paste the following validation token in <a href=\"%1\">eduGAIN Access Check</a>: %2."
-msgstr "Pour terminer la création de ces comptes de test, recopiez le code de validation suivant dans <a href=\"%1\">eduGAIN Access Check</a>: %2."
+msgid "To complete the creation of test accounts, paste the following validation token in <a href=\"%1\">eduGAIN Access Check</a>: %2"
+msgstr "Pour terminer la création de ces comptes de test, recopiez le code de validation suivant dans <a href=\"%1\">eduGAIN Access Check</a>: %2"
 
 #: templates/mail/send_authentication_token.tt2.txt:5 templates/renater/mail/send_authentication_token.tt2.txt:5
 msgid "To complete the creation of test accounts, paste the following validation token in eduGAIN Access Check:"
diff --git a/templates/mail/send_authentication_token.tt2.html b/templates/mail/send_authentication_token.tt2.html
index 3849c42..42420c7 100644
--- a/templates/mail/send_authentication_token.tt2.html
+++ b/templates/mail/send_authentication_token.tt2.html
@@ -4,7 +4,7 @@
     [% lh.maketext("The address [_1] is mentioned in the eduGAIN metadata as a contact for this Service Provider.", to) %]
 </p>
 
-<p>[% lh.maketext("To complete the creation of test accounts, paste the following validation token in <a href=\"[_1]\">eduGAIN Access Check</a>: [_2].", challenge_url, token) %]</p>
+<p>[% lh.maketext("To complete the creation of test accounts, paste the following validation token in <a href=\"[_1]\">eduGAIN Access Check</a>: [_2]", challenge_url, token) %]</p>
 
 <p>[% lh.maketext("If the creation of test accounts was not initiated by you or a fellow administrator for the above Service Provider, please forward this email and contact [_1] to inform them about a potential abuse of the eduGAIN Access Check service.", app.support_email) %]</p>
 
diff --git a/templates/renater/mail/send_authentication_token.tt2.html b/templates/renater/mail/send_authentication_token.tt2.html
index 3849c42..42420c7 100644
--- a/templates/renater/mail/send_authentication_token.tt2.html
+++ b/templates/renater/mail/send_authentication_token.tt2.html
@@ -4,7 +4,7 @@
     [% lh.maketext("The address [_1] is mentioned in the eduGAIN metadata as a contact for this Service Provider.", to) %]
 </p>
 
-<p>[% lh.maketext("To complete the creation of test accounts, paste the following validation token in <a href=\"[_1]\">eduGAIN Access Check</a>: [_2].", challenge_url, token) %]</p>
+<p>[% lh.maketext("To complete the creation of test accounts, paste the following validation token in <a href=\"[_1]\">eduGAIN Access Check</a>: [_2]", challenge_url, token) %]</p>
 
 <p>[% lh.maketext("If the creation of test accounts was not initiated by you or a fellow administrator for the above Service Provider, please forward this email and contact [_1] to inform them about a potential abuse of the eduGAIN Access Check service.", app.support_email) %]</p>
 
-- 
GitLab