From 6e9a8812ced978fa514e4c8900af417f2eb6ba68 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Thu, 21 Feb 2019 11:11:32 +0100 Subject: [PATCH] fix spacing between sentences --- templates/mail/send_authentication_token.tt2.html | 4 ++-- templates/mail/send_authentication_token.tt2.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/mail/send_authentication_token.tt2.html b/templates/mail/send_authentication_token.tt2.html index e29f23c..aab6482 100644 --- a/templates/mail/send_authentication_token.tt2.html +++ b/templates/mail/send_authentication_token.tt2.html @@ -1,9 +1,9 @@ <p> [% lh.maketext("This is an email challenge automatically sent to you by [_1].", app.name) %] [% IF user && idp %] - [% lh.maketext("User [_1], authenticated by Identity Provider [_2], has requested creation of test accounts for Service Provider [_3].", user, idp.entityid, sp.entityid) %] + [% lh.maketext("User [_1], authenticated by Identity Provider [_2], has requested creation of test accounts for Service Provider [_3].", user, idp.entityid, sp.entityid) %] [% ELSE %] - [% lh.maketext("Somebody has requested creation of test accounts for service provider [_1], from IP address [_2].", sp.entityid, source_ip) %] + [% lh.maketext("Somebody has requested creation of test accounts for service provider [_1], from IP address [_2].", sp.entityid, source_ip) %] [% END %] [% lh.maketext("The address [_1] is mentioned in the federation metadata as a contact for this Service Provider.", to) %] </p> diff --git a/templates/mail/send_authentication_token.tt2.txt b/templates/mail/send_authentication_token.tt2.txt index bda58be..4178da3 100644 --- a/templates/mail/send_authentication_token.tt2.txt +++ b/templates/mail/send_authentication_token.tt2.txt @@ -2,7 +2,7 @@ [% IF user && idp %] [% lh.maketext("User [_1], authenticated by Identity Provider [_2], has requested creation of test accounts for Service Provider [_3].", user, idp.entityid, sp.entityid) %] [% ELSE %] -[% lh.maketext("Somebody has requested creation of test accounts for service provider [_1], from IP address [_2].", sp.entityid, source_ip) %] +[% lh.maketext("Somebody has requested creation of test accounts for service provider [_1], from IP address [_2].", sp.entityid, source_ip) %] [% END %] [% lh.maketext("The address [_1] is mentioned in the federation metadata as a contact for this Service Provider.", to) %] -- GitLab