diff options
Diffstat (limited to 'ipaserver/plugins/internal.py')
-rw-r--r-- | ipaserver/plugins/internal.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py index c44c260f5..82d0b2398 100644 --- a/ipaserver/plugins/internal.py +++ b/ipaserver/plugins/internal.py @@ -660,6 +660,10 @@ class i18n_messages(Command): "specified_users": _("Specified Users and Groups"), "user": _("User"), }, + "server_role": { + "label": _("Server Roles"), + "label_singular": _("Server Role"), + }, "service": { "auth_indicators": _("Authentication indicators"), "auth_indicator": _("Authentication indicator"), |