summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-02-13 19:12:43 +0100
committerMartin Kosek <mkosek@redhat.com>2015-02-17 08:26:42 +0100
commit76d401bb882283b039de2ceee8300d0c838db473 (patch)
treeb21f20bd80428de66ac57673de9e5e6b9df2426d
parent3117e7b79cfcb4654a79d7fb79aaa852f53617a1 (diff)
downloadfreeipa-76d401bb882283b039de2ceee8300d0c838db473.tar.gz
freeipa-76d401bb882283b039de2ceee8300d0c838db473.tar.xz
freeipa-76d401bb882283b039de2ceee8300d0c838db473.zip
Fix TOTP Synchronization Window label
Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
-rw-r--r--ipalib/plugins/otpconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/otpconfig.py b/ipalib/plugins/otpconfig.py
index b69bfb27e..da16f05d6 100644
--- a/ipalib/plugins/otpconfig.py
+++ b/ipalib/plugins/otpconfig.py
@@ -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,
),