Commit 97a2f296 authored by Luke Bennett's avatar Luke Bennett

Correct fixTitle

parent 4a1d19a6
......@@ -53,6 +53,6 @@ export default class GroupLabelSubscription {
const title = `Unsubscribe at ${type} level`;
const $unsubscribeButton = $('.js-unsubscribe-button', $button.closest('.label-actions-list'));
$unsubscribeButton.tooltip('hide').attr('title', title).tooltip('fixTitle');
$unsubscribeButton.tooltip('hide').attr('title', title).tooltip('_fixTitle');
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment