From 4ae7edebafbfc551ddaf036b6860781182867c47 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 22 Jul 2011 16:25:11 -0400 Subject: remove hardcoded DNS label for record name. https://fedorahosted.org/freeipa/ticket/1493 --- install/ui/dns.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } ] }, -- cgit