ACP menu and title translations

This commit is contained in:
Peter Jaszkowiak
2016-12-08 17:10:37 -07:00
committed by Julian Lam
parent bae1daf5dc
commit 38eba81933
6 changed files with 242 additions and 152 deletions

View File

@@ -65,7 +65,6 @@ flagsController.get = function (req, res, next) {
sortByCount: sortBy === 'count',
sortByTime: sortBy === 'time',
pagination: pagination.create(page, pageCount, req.query),
title: '[[pages:flagged-posts]]'
};
res.render('admin/manage/flags', data);
});