summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/dns.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-17 17:41:35 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:23 +0200
commit03d3742376739aaa28b142b81d757ffeee2ed4ce (patch)
tree0dbe834fb8610866448aa75cded35edbeb7cbbdc /install/ui/src/freeipa/dns.js
parent58ebaedb416921a7c51416432dceb0bb0c80da09 (diff)
downloadfreeipa-03d3742376739aaa28b142b81d757ffeee2ed4ce.tar.gz
freeipa-03d3742376739aaa28b142b81d757ffeee2ed4ce.tar.xz
freeipa-03d3742376739aaa28b142b81d757ffeee2ed4ce.zip
Remove text.get usage from spec
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/dns.js')
-rw-r--r--install/ui/src/freeipa/dns.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/dns.js b/install/ui/src/freeipa/dns.js
index ff0ea5cc6..f9278a166 100644
--- a/install/ui/src/freeipa/dns.js
+++ b/install/ui/src/freeipa/dns.js
@@ -171,8 +171,8 @@ IPA.dns.zone_entity = function(spec) {
type: 'radio',
name: 'idnsallowdynupdate',
options: [
- { value: 'TRUE', label: text.get('@i18n:true') },
- { value: 'FALSE', label: text.get('@i18n:false') }
+ { value: 'TRUE', label: '@i18n:true' },
+ { value: 'FALSE', label: '@i18n:false' }
]
},
{