From 9289178a2e10551b23634da0c8031ea64c68cbed Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 24 Aug 2015 14:32:27 -0400 Subject: [PATCH 1/4] 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 { From 5a90de55d88fa138b362802bbb73c0c96165d3b9 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 24 Aug 2015 15:15:58 -0400 Subject: [PATCH 2/4] removed missing css file --- src/views/admin/header.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/admin/header.tpl b/src/views/admin/header.tpl index 0eb115e215..7f46d9252d 100644 --- a/src/views/admin/header.tpl +++ b/src/views/admin/header.tpl @@ -7,7 +7,6 @@ -