diff --git a/languages/fr.php b/languages/fr.php index 9d22815..f84b41f 100644 --- a/languages/fr.php +++ b/languages/fr.php @@ -17,6 +17,7 @@ 'saml_auth:settings:label:firstname' => "Prénom", 'saml_auth:settings:label:surname' => "Nom", 'saml_auth:settings:label:email' => "Courriel", + 'saml_auth:account:authentication:text' => "Veuillez cliquer sur le bouton Connexion", 'saml_auth:samlerror' => "Le plugin SAML n'est pas configuré correctement. Il n'est pas utilisé.", ); diff --git a/views/default/account/forms/login.php b/views/default/account/forms/login.php index 9d14dde..dd98799 100644 --- a/views/default/account/forms/login.php +++ b/views/default/account/forms/login.php @@ -35,7 +35,7 @@ $isAuth = $as->isAuthenticated();
' . elgg_echo('saml_auth:account:authentication:text') . '

' ?> - +