Skip to content
Snippets Groups Projects
Commit 6e9a8812 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix spacing between sentences

parent 3822b15f
Branches
Tags
No related merge requests found
<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>
......
......@@ -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) %]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment