Вопрос

I have to change the text "Prijava" in the header to "Login". See the image: enter image description here How can I do this? I tried to look for it in the .phtml and Block class, but I couldn't find the text "Prijava" nowhere, in order to change it. Where can it be? I tried also to look at the CMS tab Static Blocks and Pages section in admin, but this text doesn't exist there either.

Это было полезно?

Решение

You can find where the text is from an ssh session. Type grep -r "Prijava" from your installation directory. The -r switch makes it recursive.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top