In The Comments, There is No Translation Of The Text - Question | JoomShaper

In The Comments, There is No Translation Of The Text

Viktor

Viktor

SP Page Builder 3 days ago

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

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 days ago #229997

Hi Victor,

you have right, sorry, ineed. We have to correct that small mistake in next update. Thanks for good eye.

0