diff --git a/src/controllers/admin.js b/src/controllers/admin.js index 0db5edd1f0..2d0f22a4cb 100644 --- a/src/controllers/admin.js +++ b/src/controllers/admin.js @@ -122,7 +122,7 @@ adminController.themes.get = function(req, res, next) { plugins.fireHook('filter:widgets.getWidgets', [], next); } }, function(err, widgetData) { - widgetData.areas.push({ name: 'Drafts', template: 'global', location: 'drafts' }); + widgetData.areas.push({ name: 'Draft Zone', template: 'global', location: 'drafts' }); async.each(widgetData.areas, function(area, next) { widgets.getArea(area.template, area.location, function(err, areaData) {