diff options
Diffstat (limited to 'install/static/service.js')
-rw-r--r-- | install/static/service.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/service.js b/install/static/service.js index 67073746..5d9e21ad 100644 --- a/install/static/service.js +++ b/install/static/service.js @@ -55,7 +55,7 @@ function ipa_service() { facet = ipa_service_managedby_host_facet({ 'name': 'managedby_host', - 'label': 'Hosts', + 'label': IPA.messages.association.managedby+' '+IPA.metadata['host'].label, 'other_entity': 'host' }); that.add_facet(facet); |