summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/dns.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js
index f01d2bb9c..bba1e5cbf 100644
--- a/install/ui/dns.js
+++ b/install/ui/dns.js
@@ -276,7 +276,8 @@ IPA.entity_factories.dnsrecord = function() {
factory:IPA.dnsrecord_host_link_widget,
name: 'idnsname',
other_entity:'host',
- label:'Record Name'
+ label:IPA.get_entity_param(
+ 'dnsrecord', 'idnsname').label
}
]
},