summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/details.js')
-rw-r--r--install/static/details.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/details.js b/install/static/details.js
index 041947b8c..5c6bc83a2 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -488,6 +488,7 @@ IPA.details_facet = function (spec) {
var that = IPA.facet(spec);
+ that.label = ( IPA.messages && IPA.messages.facets && IPA.messages.facets.details) || spec.label;
that.is_dirty = spec.is_dirty || is_dirty;
that.create = spec.create || create;
that.setup = spec.setup || setup;