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 online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
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