hard translate thank you message after setting password

This commit is contained in:
Frédéric Péters 2014-06-17 14:46:59 +02:00
parent ae2db4730e
commit 254bea3883
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ var ChangePasswordForm = function() {
inherits(ChangePasswordForm, WrappedElement);
ChangePasswordForm.prototype.showMessage = function(message, callback) {
var flash = new FlashAlert('...saved, thanks');
var flash = new FlashAlert('...merci');
if (callback) {
flash.setPostRunHandler(callback);
}