How To Correct Button Text Without Underscore?

Can anyone help me how to correctly show the Button text without the underscore please?

I'm not sure why they have the underscore now. Do you know why this is happening?

[attachment=13859:1.PNG]

[attachment=13860:2.PNG]

1.PNG

2.PNG

check the language variable in admin languages, search for the text as you see it. If missing just add it in

https://docs.cs-cart.com/4.9.x/developer_guide/core/language_variables.html

John

Just add corresponding language variables (without first underscore)

E.g. for _ADD_TO_CART add new language variable add_to_cart with the Add to cart value

check the language variable in admin languages, search for the text as you see it. If missing just add it in

https://docs.cs-cart.com/4.9.x/developer_guide/core/language_variables.html

John

Just add corresponding language variables (without first underscore)

E.g. for _ADD_TO_CART add new language variable add_to_cart with the Add to cart value

Thanks to both of you...