dpn-admin / EXANode-Acceptance-testing

EXANode Software and data flow testing
0 stars 0 forks source link

3.3.3.13. MBR.006.000 User overview #29

Closed Pcolar closed 6 years ago

Pcolar commented 6 years ago

Verify:

1) the member administrator user is able to see a list of every user associated to the member, and access its details.

Pcolar commented 6 years ago

Header issue - "Yam" should be "Name" https://exanode-demo.libnova.com/user

Pcolar commented 6 years ago

Also found in https://exanode-demo.libnova.com/deposit/details/ (3.3.3.8. MBR.003.002 Deposit details)

acarrasco-libnova commented 6 years ago

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?

Pcolar commented 6 years ago

Chrome is attempting to translate from Spanish: image

Does the base CSS identify the page language as Spanish?

acarrasco-libnova commented 6 years ago

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:

Before:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

After:

<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.

Pcolar commented 6 years ago

Verified:

Pcolar commented 6 years ago

html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"