Open issac527 opened 2 years ago
Thanks for your investigation and excellent report around this issue.
I was able to confirm that the issue is not related to settings in the admin panel of hubs.mozilla.com and it's also reproducible on hubs cloud.
Confirmed issue with ko, de and fr. (when we are using translation strings with contactEmail)
Please do make the correction, welcome this PR.
Description ContactEmail values are not displayed properly when the language is Korean or French
To Reproduce Steps to reproduce the behavior:
Expected behavior My e-mail doesn't print out, but it seems that the variable name(?) is printed out.
Screenshots [Language: ko] [Language: en]
Hardware
Solution plan hubs in
src/react-components/room/ExitedRoomScreen.js
It seems to be a screen that is output through the file.The defaultMessage output is good, but if the language is set separately, such as ko, fr, or de, the desired result is not produced.
Should I correct the part that calls contactEmail? Anyway, we need to check this part.