Hello,
Please can you change the code on line 40 in templatetemplate_namehtmlmod_jalogindefault.php
FALSE: echo JText::_(‘Sign in’) –> RIGHT: echo JText::_(‘TXT_LOGIN’)
<a class=”login-switch” href=”<?php echo JRoute::_(‘index.php?option=com_user&view=login’);?>” onclick=”showBox(‘ja-user-login’,’mod_login_username’,this, window.event || event);return false;” title=”<?php echo JText::_(‘TXT_LOGIN’);?>”><span><?php echo JText::_(‘TXT_LOGIN‘);?></span></a>
So i can every time use a translation for ja_login.
I do have a Dutch translation. Maybe there are more translations to help your customers?
Thank you.
grt Adri