From d5c0945890a4f2d360465ac2201ed2928f64dd23 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 4 Apr 2013 14:13:34 +0200 Subject: Replace remaining IPA.messages with text.get calls https://fedorahosted.org/freeipa/ticket/3235 --- install/ui/src/freeipa/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/src/freeipa/user.js') diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js index 2fc27ba5..a52515be 100644 --- a/install/ui/src/freeipa/user.js +++ b/install/ui/src/freeipa/user.js @@ -417,7 +417,7 @@ IPA.user_adder_dialog = function(spec) { var password2 = field2.save()[0]; if (password1 !== password2) { - field2.show_error(IPA.messages.password.password_must_match); + field2.show_error(text.get('@i18n:password.password_must_match')); valid = false; } -- cgit