Fix TOTP Synchronization Window label

Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
This commit is contained in:
Petr Vobornik 2015-02-13 19:12:43 +01:00 committed by Martin Kosek
parent 3117e7b79c
commit 76d401bb88

View File

@ -89,7 +89,7 @@ class otpconfig(LDAPObject):
),
Int('ipatokentotpsyncwindow',
cli_name='totp_sync_window',
label=_('Synchronization Window'),
label=_('TOTP Synchronization Window'),
doc=_('TOTP synchronization time variance (seconds)'),
minvalue=5,
),