summaryrefslogtreecommitdiffstats
path: root/install/static/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/group.js')
-rw-r--r--install/static/group.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/group.js b/install/static/group.js
index bcac4098..b4446343 100644
--- a/install/static/group.js
+++ b/install/static/group.js
@@ -64,7 +64,7 @@ function ipa_group() {
facet = ipa_group_member_user_facet({
'name': 'member_user',
- 'label': 'Users',
+ 'label': IPA.metadata['user'].label+' '+IPA.messages.association.members,
'other_entity': 'user'
});
that.add_facet(facet);