From 4a8c43aa324beff5bebfa9a699b1dc4b29020731 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 16 Feb 2011 12:46:59 -0600 Subject: I18n update. Hard-coded messages through out the code have been replaced by i18n messages obtained from json_metadata and i18n_messages. --- install/ui/test/aci_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/aci_tests.js') diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js index ff8b5de0..d51f1ea6 100644 --- a/install/ui/test/aci_tests.js +++ b/install/ui/test/aci_tests.js @@ -48,7 +48,7 @@ module('aci',{ test("IPA.attributes_widget.", function() { - var aciattrs = IPA.metadata['user'].aciattrs; + var aciattrs = IPA.metadata.objects['user'].aciattrs; var container = $('', { name: 'attrs' -- cgit