Commit c74a2fff authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

fix bug MLAB-146

parent 1bb8aa73
...@@ -247,7 +247,8 @@ module.exports = function (app, config, passport, i18n) { ...@@ -247,7 +247,8 @@ module.exports = function (app, config, passport, i18n) {
req.flash('error', "Failed"); req.flash('error', "Failed");
} }
else { else {
req.flash('success', 'Profile updated!'); //req.flash('success', 'Profile updated!');
req.flash('success', 'Ihr Benutzerprofil wurde aktualisiert!');
} }
res.redirect('/profile'); res.redirect('/profile');
}) })
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment