mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
all notifications are translated now closes #1388
This commit is contained in:
@@ -153,7 +153,7 @@ var async = require('async'),
|
||||
db.getSetMembers('followers:' + uid, function(err, followers) {
|
||||
if (followers && followers.length) {
|
||||
topics.getTopicField(tid, 'slug', function(err, slug) {
|
||||
var message = '<strong>' + username + '</strong> made a new post';
|
||||
var message = '[[notifications:user_made_post, ' + username + ']]';
|
||||
|
||||
notifications.create({
|
||||
text: message,
|
||||
|
||||
Reference in New Issue
Block a user