There is no translation of the text in the comments when you hover over the button.
screenshot: https://disk.yandex.ru/i/gsatJRQQCYE83A
File path:
- ../components/com_sppagebuilder/addons/comment/site.php
- Line 135 - there is no text translation: title="Please sign in to comment"
$output .= '<button aria-label="' . $postBtnAriaLabel . '" type="submit" class="comment-submit-btn ' . $btnClass . '" ' . (!$currentUserId && !$enableAnonymousComment ? 'disabled' : '') . ' style="cursor: ' . (!$currentUserId && !$enableAnonymousComment ? 'not-allowed' : 'pointer') . '; ' . (!$currentUserId && !$enableAnonymousComment ? 'opacity: 0.5' : '') . '" ' . (!$currentUserId && !$enableAnonymousComment ? 'title="Please sign in to comment"' : '') . '>';
screenshot: https://disk.yandex.ru/i/gsatJRQQCYE83A