diff --git a/routes/routes-account.js b/routes/routes-account.js index 48de0f0f1924a61724446b2d3c0d904e7a989710..41af5110d8e760a8a87cdd26bde2f00997e20d2b 100644 --- a/routes/routes-account.js +++ b/routes/routes-account.js @@ -247,7 +247,8 @@ module.exports = function (app, config, passport, i18n) { req.flash('error', "Failed"); } else { - req.flash('success', 'Profile updated!'); + //req.flash('success', 'Profile updated!'); + req.flash('success', 'Ihr Benutzerprofil wurde aktualisiert!'); } res.redirect('/profile'); })