Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 22, 2020
1 parent d989cb9 commit 445a840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/post-queue.js
Expand Up @@ -49,7 +49,7 @@ define('forum/post-queue', ['categorySelector'], function (categorySelector) {
if (err) {
return app.alertError(err.message);
}
app.parseAndTranslate('admin/manage/post-queue', 'posts', {
app.parseAndTranslate('post-queue', 'posts', {
posts: [{
category: category,
}],
Expand Down

0 comments on commit 445a840

Please sign in to comment.