summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index e282dfedf..1e2cec342 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -485,7 +485,7 @@ class i18n_messages(Command):
},
"krbtpolicy": {
"identity": _("Kerberos Ticket Policy"),
- },
+ },
"netgroup": {
"any_host": _("Any Host"),
"anyone": _("Anyone"),
@@ -499,7 +499,12 @@ class i18n_messages(Command):
"user": _("User"),
"usergroups": _("User Groups"),
"users": _("Users"),
- },
+ },
+ "otptoken": {
+ "details": "OTP Token Settings",
+ "disable": "Disable token",
+ "enable": "Enable token",
+ },
"permission": {
"identity": _("Identity"),
"invalid_target": _("Permission with invalid target specification"),