mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 21:16:28 +02:00
ACP menu and title translations
This commit is contained in:
committed by
Julian Lam
parent
bae1daf5dc
commit
38eba81933
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user