Description
Version: OpenMetadata 1.10.4
After upgrading to OpenMetadata 1.10.4, the “My Data” page shows a broken i18n placeholder instead of a localized link.
In Russian locale, the UI displays the literal string:
<0>Explore</0>
It is rendered as plain text on the page instead of being formatted as a link or correctly translated.
Where it happens
• Page: My Data → “No Records” section
• Locale: Russian (ru)
• Version: 1.10.4 (UI)
• Browser(s): reproducible in Chrome
Expected behavior
The i18n component placeholder (<0>…</0>) should be processed by react-i18next, producing a proper clickable link or at least a localized string.
It should NOT appear literally on the screen.
Actual behavior
UI displays the literal value <0>Explore</0> as text.
Screenshot
Thanks a lot for your great work!