summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/user.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-04 15:29:41 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:22 +0200
commit8ee752c284241bd7ca87de31125716329a110eb5 (patch)
tree66b923c46d6d26b0444417c3440e612e207e3d70 /install/ui/src/freeipa/user.js
parented94fdf1904a29b72772524c53e1ffeecf3134f8 (diff)
downloadfreeipa-8ee752c284241bd7ca87de31125716329a110eb5.tar.gz
freeipa-8ee752c284241bd7ca87de31125716329a110eb5.tar.xz
freeipa-8ee752c284241bd7ca87de31125716329a110eb5.zip
Use text.get in IPA.notify_success
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/user.js')
-rw-r--r--install/ui/src/freeipa/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js
index d02d27cea..2fc27ba53 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