Dear yonatan.w,
I fixed your issue,
I open the file: public_html/templates/sj_job4u/html/mod_login/default.php and find:
<button type="submit" tabindex="3" name="Submit" class="button"><?php echo JText::_('JLOGIN') ?></button>
=> Edit to:
<button type="submit" tabindex="3" name="Submit" class="button"><?php echo JText::_('JLOGIN1') ?></button>
Then add the code:
JLOGIN="Login"
to your language file: /public_html/language/en-GB/en-GB.tpl_sj_job4u.ini
Thanks