Some English fixes

"informations" is incorrect; try to use a better word, or the invariant "information".
This commit is contained in:
Laurent Bachelier 2014-07-08 12:09:23 +02:00 committed by Florent
commit 0f90d6e9dd
6 changed files with 6 additions and 6 deletions

View file

@ -102,4 +102,4 @@ class LoginPage(BasePage):
class UpdateInfoPage(BasePage):
def on_loaded(self):
raise BrowserIncorrectPassword('Please update your user informations')
raise BrowserIncorrectPassword('Please update your login credentials')