diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm index bc6ef896a28fb57cecdf94089bac316bfe1efe17..7b8247c4d58113494986935a309b76e7b275a639 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 d34e4729b97ec3092ea81caff0a2e53dafba502c..e3753d3e77b2d48c2ca0741dcd0ee1bfb83549c2 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 bb35c1416d4af91ddc58d6202905dc55d4787168..854818881f009eae0f31bab9ce68ad3e1389af69 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>