updated mentions version and changed topics filter to take its translation from global hash instead

This commit is contained in:
Julian Lam
2017-07-05 16:43:46 -04:00
parent 14bda343b3
commit b7e8ecc6d3
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ var notificationsController = module.exports;
notificationsController.get = function (req, res, next) {
var regularFilters = [
{ name: '[[notifications:all]]', filter: '' },
{ name: '[[notifications:topics]]', filter: 'new-topic' },
{ name: '[[global:topics]]', filter: 'new-topic' },
{ name: '[[notifications:replies]]', filter: 'new-reply' },
{ name: '[[notifications:chat]]', filter: 'new-chat' },
{ name: '[[notifications:follows]]', filter: 'follow' },