fixed incorrect label

v1.18.x
Julian Lam 10 years ago
parent 46af72336a
commit 9289178a2e

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

Loading…
Cancel
Save