summaryrefslogtreecommitdiffstats
path: root/install/static/service.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/service.js')
-rw-r--r--install/static/service.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/install/static/service.js b/install/static/service.js
index de583bde1..ad3a2fe67 100644
--- a/install/static/service.js
+++ b/install/static/service.js
@@ -51,8 +51,7 @@ IPA.service = function () {
that.add_facet(facet);
facet = IPA.service_details_facet({
- 'name': 'details',
- 'label': 'Details'
+ 'name': 'details'
});
that.add_facet(facet);
@@ -185,7 +184,7 @@ IPA.service_details_facet = function (spec) {
var section = IPA.details_list_section({
name: 'details',
- label: 'Service Details'
+ label: 'Service Settings'
});
that.add_section(section);
@@ -458,4 +457,4 @@ IPA.service_managedby_host_facet = function (spec) {
};
return that;
-}; \ No newline at end of file
+};