From c2a457aaa0eb6e5f1b04be6888f7a3114369b1f8 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 27 Jul 2018 10:38:06 +0200 Subject: [PATCH] yet another missing translation --- templates/web/index.tt2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html index eb8bcb5..4ac3e8e 100644 --- a/templates/web/index.tt2.html +++ b/templates/web/index.tt2.html @@ -88,7 +88,7 @@ </main> <footer style="visibility: hidden;"> - <p class="text-center">eduGAIN Access Check [% app.version %] - <a href="mailto:[% app.support_email %]">contactez nous</a></p> + <p class="text-center">eduGAIN Access Check [% app.version %] - <a href="mailto:[% app.support_email %]">[% lh.maketext("contact us") %]</a></p> <div class="central-section"> <div class="col-1-1"> <img src="images/footer_logo_padded.jpg" style="width: 111px; height:26px;" /> -- GitLab