Merge pull request #1408 from xbenjii/master

Alert typo
v1.18.x
psychobunny 11 years ago
commit 016ea8dc32

@ -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]]');
}
}

Loading…
Cancel
Save