From 6c25c4da746f481ea3e645c92e648b8ca8b1676c Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 19 Jan 2014 01:01:17 +0100 Subject: [PATCH] [wiki] typo --- wiki/auth/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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