Skip to content

Commit

Permalink
Fix translation/formatting review note.
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelinux committed Aug 27, 2018
1 parent 694927e commit c6d4bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privacyidea/lib/resolvers/LDAPIdResolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,10 +927,10 @@ def testconnection(cls, param):

if uidtype_count < count: # pragma: no cover
desc = _("Your LDAP config found {0!s} user objects, but only {1!s} "
"with the specified uidtype".format(count, uidtype_count))
"with the specified uidtype").format(count, uidtype_count)
else:
desc = _("Your LDAP config seems to be OK, {0!s} user objects "
"found.".format(count))
"found.").format(count)

l.unbind()
success = True
Expand Down

0 comments on commit c6d4bd3

Please sign in to comment.