From 4953104db8e088a0a827015a8c811ea08e9e9cde Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Mon, 28 Jan 2019 10:58:31 +0100 Subject: [PATCH] rephrasing --- lib/AccountManager/L10N/fr.pm | 4 ++-- templates/web/edugain/create_accounts.tt2.html | 2 +- templates/web/renater/create_accounts.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 bc6ef89..7b8247c 100644 --- a/lib/AccountManager/L10N/fr.pm +++ b/lib/AccountManager/L10N/fr.pm @@ -201,8 +201,8 @@ msgstr "Tester un autre service" #. (app.name) #: templates/web/edugain/create_accounts.tt2.html:90 templates/web/renater/create_accounts.tt2.html:94 -msgid "Thank you for using %1" -msgstr "Merci d'avoir utilisé %1" +msgid "Thank you for using the %1 service" +msgstr "Merci d'avoir utilisé le service %1" #. (to) #: templates/mail/send_authentication_token.tt2.html:4 templates/mail/send_authentication_token.tt2.txt:3 diff --git a/templates/web/edugain/create_accounts.tt2.html b/templates/web/edugain/create_accounts.tt2.html index d34e472..e3753d3 100644 --- a/templates/web/edugain/create_accounts.tt2.html +++ b/templates/web/edugain/create_accounts.tt2.html @@ -88,7 +88,7 @@ <div class="row"> <div class="callout primary"> - <strong>[% lh.maketext("Thank you for using [_1]", app.name) %]</strong> + <strong>[% lh.maketext("Thank you for using the [_1] service", app.name) %]</strong> </div> </div> diff --git a/templates/web/renater/create_accounts.tt2.html b/templates/web/renater/create_accounts.tt2.html index bb35c14..8548188 100644 --- a/templates/web/renater/create_accounts.tt2.html +++ b/templates/web/renater/create_accounts.tt2.html @@ -92,7 +92,7 @@ <div class="row"> <div class="callout alert-callout-border primary text-center"> - <strong>[% lh.maketext("Thank you for using [_1]", app.name) %]</strong> + <strong>[% lh.maketext("Thank you for using the [_1] service", app.name) %]</strong> </div> </div> -- GitLab