From e1ad061fdc1d83a5e61536316bca6e03f61c56d3 Mon Sep 17 00:00:00 2001 From: xbenjii Date: Sat, 19 Apr 2014 12:02:33 +0100 Subject: [PATCH] Fixed typo --- public/src/forum/topic/threadTools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]'); } }