Correct fixTitle

This commit is contained in:
Luke Bennett 2018-05-29 10:47:58 +01:00
parent 4a1d19a61d
commit 97a2f2968b
No known key found for this signature in database
GPG Key ID: A738E9C68D3BF31A
1 changed files with 1 additions and 1 deletions

View File

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