summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/selfservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/selfservice.py')
-rw-r--r--ipalib/plugins/selfservice.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/selfservice.py b/ipalib/plugins/selfservice.py
index 8154d2da8..55aa7c1de 100644
--- a/ipalib/plugins/selfservice.py
+++ b/ipalib/plugins/selfservice.py
@@ -70,8 +70,8 @@ class selfservice(Object):
"""
bindable = False
- object_name = 'selfservice',
- object_name_plural = 'selfservice',
+ object_name = 'self service permission',
+ object_name_plural = 'self service permissions',
label = _('Self Service Permissions')
label_singular = _('self service permission')