summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-14 15:14:32 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-01-15 04:42:49 +0000
commit285ee9db0ccdac92e0b2b7253483111a5152a465 (patch)
tree220cd269c969f08bf7569045e20b57a38ceaae6e /install/static/details.js
parentf92c831a323f0e32d8bb2c2c0623fcaa2f273bd7 (diff)
downloadfreeipa-285ee9db0ccdac92e0b2b7253483111a5152a465.tar.gz
freeipa-285ee9db0ccdac92e0b2b7253483111a5152a465.tar.xz
freeipa-285ee9db0ccdac92e0b2b7253483111a5152a465.zip
Details to Settings
Using I18N messages for most of the details
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;