UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline
Today after updated to Komento Pro 2.0.5, the button "Cancel" below the commenting form will no longer apply my translations. Then I checked the php file and found a bug in the file cancelbutton.php:

The source code is:

<button type="button" class="cancelButton kmt-btn-submit btn btn-default">Cancel</button>


You can see that the button text is directly Cancel in English, not a Language Key of Joomla.

I think it should be something like:

<button type="button" class="cancelButton kmt-btn-submit btn btn-default"><?php echo JText::_( 'COM_KOMENTO_FORM_CANCEL' );?></button>


Hope you will fix it soon.

Thank you.
The replies under this section are restricted to logged in users or users with an active subscription with us