- Posts: 34
- Thank you received: 0
Incorrect/missing language string
- coolcatcreative
-
Topic Author
- Offline
Less
More
14 years 8 months ago #34018
by coolcatcreative
Incorrect/missing language string was created by coolcatcreative
Hi,
I'm configuring my new Hikashop Business, and I've found that in the checkout login screen, in the div #hikashop_checkout_login_left_part, the fieldset header h2 and the submit button use the same language string ("HIKA_LOGIN").
If I want to have a longer description in the header, this will also make the button text long.
I think it would be better to have separate language strings for the header and the button.
Zoltan
I'm configuring my new Hikashop Business, and I've found that in the checkout login screen, in the div #hikashop_checkout_login_left_part, the fieldset header h2 and the submit button use the same language string ("HIKA_LOGIN").
If I want to have a longer description in the header, this will also make the button text long.
I think it would be better to have separate language strings for the header and the button.
Zoltan
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34050
by nicolas
Replied by nicolas on topic Re: Incorrect/missing language string
Hi,
Indeed both your the same string in order to simplify the work for translators.
You can edit the file "login" of the view "checkout" via the menu Display->Views and directly replace the code:
<?php echo JText::_('HIKA_LOGIN');?>
by your text.
Indeed both your the same string in order to simplify the work for translators.
You can edit the file "login" of the view "checkout" via the menu Display->Views and directly replace the code:
<?php echo JText::_('HIKA_LOGIN');?>
by your text.
Please Log in or Create an account to join the conversation.
Time to create page: 0.127 seconds