diff --git a/public/src/forum/topic/threadTools.js b/public/src/forum/topic/threadTools.js index b3f728a253..107d087bad 100644 --- a/public/src/forum/topic/threadTools.js +++ b/public/src/forum/topic/threadTools.js @@ -85,7 +85,7 @@ define(['forum/topic/fork', 'forum/topic/move'], function(fork, move) { $('.posts .follow').toggleClass('btn-success', state).attr('title', state ? 'You are currently receiving updates to this topic' : 'Be notified of new replies in this topic'); if(alert) { - app.alertSucces(state ? '[[topic:following_topic.message]]' : '[[topic:not_following_topic.message]]'); + app.alertSuccess(state ? '[[topic:following_topic.message]]' : '[[topic:not_following_topic.message]]'); } }