mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
fix: #8580, @julianlam
This commit is contained in:
@@ -49,7 +49,7 @@ define('forum/post-queue', ['categorySelector'], function (categorySelector) {
|
|||||||
if (err) {
|
if (err) {
|
||||||
return app.alertError(err.message);
|
return app.alertError(err.message);
|
||||||
}
|
}
|
||||||
app.parseAndTranslate('admin/manage/post-queue', 'posts', {
|
app.parseAndTranslate('post-queue', 'posts', {
|
||||||
posts: [{
|
posts: [{
|
||||||
category: category,
|
category: category,
|
||||||
}],
|
}],
|
||||||
|
|||||||
Reference in New Issue
Block a user