diff --git a/public/src/client/topic/threadTools.js b/public/src/client/topic/threadTools.js index 403e9abfba..8b6a6fb0f4 100644 --- a/public/src/client/topic/threadTools.js +++ b/public/src/client/topic/threadTools.js @@ -355,10 +355,11 @@ define('forum/topic/threadTools', [ unfollow: '[[topic:not-watching]]', ignore: '[[topic:ignoring]]', }; + // TODO: doesnt work on bs5 translator.translate(titles[state], function (translatedTitle) { - $('[component="topic/watch"] button') + $('[component="topic/watch"]') .attr('title', translatedTitle) - .tooltip('fixTitle'); + .tooltip(); }); let menu = components.get('topic/following/menu');