diff --git a/app.js b/app.js index ca272c66ec..bf685eeb0e 100644 --- a/app.js +++ b/app.js @@ -348,7 +348,7 @@ function resetThemes(callback) { type: 'local', id: 'nodebb-theme-persona' }, function(err) { - winston.info('[reset] Theme reset to Vanilla'); + winston.info('[reset] Theme reset to Persona'); if (typeof callback === 'function') { callback(err); } else {