summaryrefslogtreecommitdiffstats
path: root/ipaclient/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'ipaclient/plugins')
-rw-r--r--ipaclient/plugins/otptoken_yubikey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaclient/plugins/otptoken_yubikey.py b/ipaclient/plugins/otptoken_yubikey.py
index 207d0a6e9..c1ca88e08 100644
--- a/ipaclient/plugins/otptoken_yubikey.py
+++ b/ipaclient/plugins/otptoken_yubikey.py
@@ -47,7 +47,7 @@ EXAMPLES:
register = Registry()
-topic = ('otp', _('One time password commands'))
+topic = 'otp'
@register()