From fe85a527ca11eaf3c65e2b3faaa34790e86852c3 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Tue, 11 Dec 2018 13:38:19 +0100 Subject: [PATCH] fix spacing --- templates/web/edugain/complete_challenge.tt2.html | 2 +- templates/web/renater/complete_challenge.tt2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web/edugain/complete_challenge.tt2.html b/templates/web/edugain/complete_challenge.tt2.html index a1e0d5c..4c0ae0c 100644 --- a/templates/web/edugain/complete_challenge.tt2.html +++ b/templates/web/edugain/complete_challenge.tt2.html @@ -11,7 +11,7 @@ <div class="content clearfix"> <h2>[% lh.maketext("Complete email challenge") %]</h2> <p> - [% lh.maketext("An email challenge including a validation token has been emailed to you at [_1].", email) %] + [% lh.maketext("An email challenge including a validation token has been emailed to you at [_1].", email) %] [% lh.maketext("Please copy and paste the validation token in the form below to proof that you are administrator of this service.") %] </p> <fieldset> diff --git a/templates/web/renater/complete_challenge.tt2.html b/templates/web/renater/complete_challenge.tt2.html index a1e0d5c..4c0ae0c 100644 --- a/templates/web/renater/complete_challenge.tt2.html +++ b/templates/web/renater/complete_challenge.tt2.html @@ -11,7 +11,7 @@ <div class="content clearfix"> <h2>[% lh.maketext("Complete email challenge") %]</h2> <p> - [% lh.maketext("An email challenge including a validation token has been emailed to you at [_1].", email) %] + [% lh.maketext("An email challenge including a validation token has been emailed to you at [_1].", email) %] [% lh.maketext("Please copy and paste the validation token in the form below to proof that you are administrator of this service.") %] </p> <fieldset> -- GitLab