From 8ee752c284241bd7ca87de31125716329a110eb5 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 4 Apr 2013 15:29:41 +0200 Subject: Use text.get in IPA.notify_success 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 d02d27ce..2fc27ba5 100644 --- a/install/ui/src/freeipa/user.js +++ b/install/ui/src/freeipa/user.js @@ -591,7 +591,7 @@ IPA.user_password_dialog = function(spec) { if (that.success_handler) { that.success_handler.call(this, data, text_status, xhr); } else { - IPA.notify_success(IPA.messages.password.password_change_complete); + IPA.notify_success('@i18n:password.password_change_complete'); that.close(); // refresh password expiration field -- cgit