From 9289178a2e10551b23634da0c8031ea64c68cbed Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 24 Aug 2015 14:32:27 -0400 Subject: [PATCH] fixed incorrect label --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {