Any idea why the string 'COM_JSN_EMAILACTIVATION_ACTIVATED' literally shown on the website?
All other strings show the translations.
Uploaded language fileHave you solved?
[root@rakker public_html]# find . -type f | xargs grep -n "COM_JSN_EMAILACTIVATION_ACTIVATED"
./language/en-GB/en-GB.com_jsn.ini:188:COM_JSN_EMAILACTIVATION_ACTIVATED="Thank you!\n Your new email address has now been activated and you can use it."
./language/nl-NL/nl-NL.com_jsn.ini:187:COM_JSN_EMAILACTIVATION_ACTIVATED="Bedankt!\n Uw nieuwe email adres is nu geactiveerd en u kunt deze gebruiken."
./plugins/user/jsn_users/jsn_users.php:796:// $app->enqueueMessage(JText::_('COM_JSN_EMAILACTIVATION_ACTIVATED'));
$lang = JFactory::getLanguage();
$lang->load('com_jsn');
$this->activateNewEmail();
to $lang = JFactory::getLanguage();
$lang->load('com_jsn');
$this->activateNewEmail();