mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
all notifications are translated now closes #1388
This commit is contained in:
@@ -229,7 +229,7 @@ var winston = require('winston'),
|
||||
}
|
||||
|
||||
notifications.create({
|
||||
text: '<strong>' + username + '</strong> has posted a reply to: "<strong>' + topicData.title + '</strong>"',
|
||||
text: '[[notifications:user_posted_to, ' + username + ', ' + topicData.title + ']]',
|
||||
path: nconf.get('relative_path') + '/topic/' + topicData.slug + '#' + pid,
|
||||
uniqueId: 'topic:' + tid,
|
||||
from: exceptUid
|
||||
|
||||
Reference in New Issue
Block a user