fixed incorrect label

This commit is contained in:
Julian Lam
2015-08-24 14:32:27 -04:00
parent 46af72336a
commit 9289178a2e

2
app.js
View File

@@ -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 {