summaryrefslogtreecommitdiffstats
path: root/install/static/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/host.js')
-rw-r--r--install/static/host.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/host.js b/install/static/host.js
index 4f3a636eb..484b64771 100644
--- a/install/static/host.js
+++ b/install/static/host.js
@@ -60,7 +60,7 @@ function ipa_host() {
facet = ipa_host_managedby_host_facet({
'name': 'managedby_host',
- 'label': 'Managed by Hosts',
+ 'label': IPA.messages.association.managedby+' '+IPA.metadata['host'].label,
'other_entity': 'host'
});
that.add_facet(facet);