Bug with the translation of the icon “Subscribe”.
When a single quote is in the translation (eg: “S’abonner”), the title is cut at the quote.
Correction at line 36 on “sp-subscriptions-forum-index-icon-tag.php” :
$subToolTip = esc_attr($subToolTip);
$unSubToolTip = esc_attr($unSubToolTip);