summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/entitle.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/entitle.py')
-rw-r--r--ipalib/plugins/entitle.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/entitle.py b/ipalib/plugins/entitle.py
index 95aff39ee..03b6f02f0 100644
--- a/ipalib/plugins/entitle.py
+++ b/ipalib/plugins/entitle.py
@@ -179,8 +179,8 @@ class entitle(LDAPObject):
Entitlement object
"""
container_dn = api.env.container_entitlements
- object_name = 'entitlement'
- object_name_plural = 'entitlements'
+ object_name = _('entitlement')
+ object_name_plural = _('entitlements')
object_class = ['ipaobject', 'ipaentitlement']
search_attributes = ['usercertificate']
default_attributes = ['ipaentitlement']