summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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' }
]
},
{