Hello,
You are right, the log in button text is in odoo/addons/web/views/webclient_templates.xml.
I was asking the question not to use a find. I used it anyway : a command like :
sudo find /opt/odoo -type f -print0 | xargs -0 grep "Sign in"
gave me the file /addons/website/views/website_templates.xml
Which I edited to translate the sign in button.
In fact, I don't know if the log in button is used for english version or other languages and the sign in button for french version for example.
Anyway, everything's fine, button translated !
Can you elaborate which sign in which button?
Hello, In Odoo v8, the sign in button is accessible through the website to help users access to the ERP. I am willing to translate the "sign in" button which you can't translate like other menu buttons. Best regards, José