diff --git a/modules/lcl/browser.py b/modules/lcl/browser.py index 9d16ef5e44f8cc651728cb33f89ee298c181bfc4..732048ce1ed616667d17343a431b331e686a9a61 100644 --- a/modules/lcl/browser.py +++ b/modules/lcl/browser.py @@ -225,7 +225,7 @@ def do_login(self): # If we follow the redirection we will get a 2fa # The 2fa validation is crossbrowser, for now we raise an ActionNeeded # TODO Handle SMS and appvalidation - raise ActionNeeded('Vous devez réaliser la double authentification sur le portail internet') + raise ActionNeeded("Veuillez vous identifier sur le site web LCL depuis votre navigateur habituel afin de réaliser l'authentification forte") else: # If we're not redirected to 2fa page, it's likely to be the home page and we're logged in self.location(self.response.headers['location'])