diff options
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Api.py b/module/Api.py index fb42a122a..6ef425d26 100644 --- a/module/Api.py +++ b/module/Api.py @@ -170,7 +170,7 @@ class Api(Iface): :param remoteip: :return: dict with info, empty when login is incorrect """ - self.core.log.info(_("User '%s' tried to log in") % username) + self.core.log.info(_("User '%s' tries to log in") % username) return self.core.db.checkAuth(username, password) |