From 871f3fa7242fbfca72a1765bf0150f5c0e46c0d5 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Thu, 3 Jan 2019 13:10:26 +0100
Subject: [PATCH] fix eduPersonTargetedID attribute description

---
 lib/AccountManager/L10N/fr.pm                  | 6 +++---
 templates/web/edugain/create_accounts.tt2.html | 2 +-
 templates/web/renater/create_accounts.tt2.html | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm
index 960e0cd..3ed7908 100644
--- a/lib/AccountManager/L10N/fr.pm
+++ b/lib/AccountManager/L10N/fr.pm
@@ -309,9 +309,9 @@ msgstr "action inconnue"
 msgid "user name:"
 msgstr "nom d'utilisateur:"
 
-#: templates/web/edugain/create_accounts.tt2.html:67 templates/web/renater/create_accounts.tt2.html:69
-msgid "value dynamically generated by the SP"
-msgstr "valeur générée dynamiquement par le SP"
+#: templates/web/edugain/create_accounts.tt2.html:68 templates/web/renater/create_accounts.tt2.html:70
+msgid "value dynamically generated for each SP"
+msgstr "valeur générée dynamiquement pour chaque SP"
 
 #: templates/web/edugain/errors.tt2.html:27 templates/web/renater/errors.tt2.html:27
 msgid "you need to authenticate to access this page"
diff --git a/templates/web/edugain/create_accounts.tt2.html b/templates/web/edugain/create_accounts.tt2.html
index 11d0f1b..d34e472 100644
--- a/templates/web/edugain/create_accounts.tt2.html
+++ b/templates/web/edugain/create_accounts.tt2.html
@@ -65,7 +65,7 @@
                 </tr>
     [% END %]
                 <tr>
-                    <th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated by the SP") %]</i></td>
+                    <th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
                 </tr>
             </table>
         </div>
diff --git a/templates/web/renater/create_accounts.tt2.html b/templates/web/renater/create_accounts.tt2.html
index cd0c2df..bb35c14 100644
--- a/templates/web/renater/create_accounts.tt2.html
+++ b/templates/web/renater/create_accounts.tt2.html
@@ -67,7 +67,7 @@
                 </tr>
     [% END %]
                 <tr>
-                    <th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated by the SP") %]</i></td>
+                    <th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
                 </tr>
             </table>
         </div>
-- 
GitLab