diff --git a/content/mon_compte.html b/content/mon_compte.html
index b7e29e7..03623f8 100644
--- a/content/mon_compte.html
+++ b/content/mon_compte.html
@@ -17,10 +17,11 @@
+
<:comptespip:sinscrire:>
[(#FORMULAIRE_EDITER_COMPTE_SPIP{})]
-
Se connecter
+ <:comptespip:se_connecter:>
[(#LOGIN_PUBLIC{#URL_PAGE{#CONFIG{comptespip/page_redirection_connexion}}})]
diff --git a/lang/comptespip_fr.php b/lang/comptespip_fr.php
index e2bc4dc..efc5a06 100644
--- a/lang/comptespip_fr.php
+++ b/lang/comptespip_fr.php
@@ -53,6 +53,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
// SS
'supprimer_compte_spip' => "Suppression de mon compte",
'supprimer_compte_definitivement' => 'Supprimer le compte définitivement',
+ 'se_connecter' => 'Se connecter',
+ 'sinscrire' => "Créer un compte",
+
// T
'titre_page_configurer_comptespip' => 'CompteSPIP',
);