fixed incorrect label

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

@ -348,7 +348,7 @@ function resetThemes(callback) {
type: 'local', type: 'local',
id: 'nodebb-theme-persona' id: 'nodebb-theme-persona'
}, function(err) { }, function(err) {
winston.info('[reset] Theme reset to Vanilla'); winston.info('[reset] Theme reset to Persona');
if (typeof callback === 'function') { if (typeof callback === 'function') {
callback(err); callback(err);
} else { } else {

Loading…
Cancel
Save