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.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/install/static/group.js b/install/static/group.js
index 30e29e3d6..13017ac5a 100644
--- a/install/static/group.js
+++ b/install/static/group.js
@@ -59,8 +59,7 @@ IPA.group = function () {
that.add_facet(facet);
facet = IPA.group_details_facet({
- 'name': 'details',
- 'label': 'Details'
+ 'name': 'details'
});
that.add_facet(facet);
@@ -128,7 +127,7 @@ IPA.group_details_facet = function (spec) {
var section = IPA.details_list_section({
name: 'details',
- label: 'Group Details'
+ label: 'Group Settings'
});
that.add_section(section);