mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
Merge pull request #1279 from AlexeyMK/patch-1
fixing typo in newCommentSubscribed notification
This commit is contained in:
commit
2d946c07a5
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ var notifications = {
|
|||
return this.authorName+' left a new comment on "' + this.postTitle + '"';
|
||||
},
|
||||
emailTemplate: "notification_new_comment",
|
||||
onsite: "notification_new_comment"
|
||||
onsiteTemplate: "notification_new_comment"
|
||||
}
|
||||
|
||||
};
|
||||
|
@ -94,4 +94,4 @@ _.each(notifications, function (notification, notificationName) {
|
|||
|
||||
Herald.addCourier(notificationName, courier);
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue