mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 11:06:40 +02:00
ACP menu and title translations
This commit is contained in:
committed by
Julian Lam
parent
bae1daf5dc
commit
38eba81933
@@ -9,7 +9,7 @@ blacklistController.get = function (req, res, next) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
res.render('admin/manage/ip-blacklist', {rules: rules, title: 'IP Blacklist'});
|
||||
res.render('admin/manage/ip-blacklist', { rules: rules });
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -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