Closed Pcolar closed 6 years ago
Header issue - "Yam" should be "Name" https://exanode-demo.libnova.com/user
Also found in https://exanode-demo.libnova.com/deposit/details/ (3.3.3.8. MBR.003.002 Deposit details)
We are not able to reproduce this issue, we've even reviewed the code and there is no "Yam" string on any *.php file of the web interface, could you attach a screenshot of the issue?
Chrome is attempting to translate from Spanish:
Does the base CSS identify the page language as Spanish?
I see, so the page language gets identified as Spanish. The main template tag was setting the language to Spanish, so it has been changed to English:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
We have no language references within the CSS so this should not happen again, please confirm.
Verified:
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
Verify:
1) the member administrator user is able to see a list of every user associated to the member, and access its details.