diff --git a/wiki/auth/theme.py b/wiki/auth/theme.py index 144d60ea..55b85589 100644 --- a/wiki/auth/theme.py +++ b/wiki/auth/theme.py @@ -54,5 +54,5 @@ class ThemeVhost(BaseAuth): def login_hint(self, request): _ = request.getText - msg = _(u'

Plus d\'informations sur comment créer un compte sont disponiblent sur la page CréerUnCompteWiki

') + msg = _(u'

Plus d\'informations sur comment créer un compte sont disponibles sur la page CréerUnCompteWiki

') return msg