RockteMQ-AI commented on issue #4622: URL: https://github.com/apache/rocketmq-dashboard/issues/4622#issuecomment-5752314436
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `web/src/pages/studio/UserManagement.tsx` contains 95 lines with hardcoded Chinese strings — page headers, table columns, role/status tags, action labels, modal form labels, validation messages, success/error toasts, pagination text, and session drawer content are all written as raw Chinese literals instead of using the i18n translation system. **Impact:** The entire User Management page is unusable in non-Chinese locales. This is a completeness gap in the i18n migration. **Severity:** medium — functional impact is limited to localization; no data loss or logic error. A fix has been proposed in #4621. --- *Automated evaluation by github-manager* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
