This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 6531929  [ISSUE #325] Unified page display format. (#326)
6531929 is described below

commit 653192912484146f46e7cc52b170b3bd68e8519d
Author: hexueyuan <[email protected]>
AuthorDate: Wed Jul 2 11:07:01 2025 +0800

    [ISSUE #325] Unified page display format. (#326)
    
    Co-authored-by: hexueyuan <[email protected]>
---
 frontend-new/src/i18n/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend-new/src/i18n/index.js b/frontend-new/src/i18n/index.js
index ee6df96..dfede17 100644
--- a/frontend-new/src/i18n/index.js
+++ b/frontend-new/src/i18n/index.js
@@ -325,7 +325,7 @@ export const translations = {
         "ADDRESS": "Address",
         "VERSION": "Version",
         "PRO_MSG_TPS": "Produce Message TPS",
-        "CUS_MSG_TPS": "Consumer Message TPS",
+        "CUS_MSG_TPS": "Consume Message TPS",
         "YESTERDAY_PRO_COUNT": "Yesterday Produce Count",
         "YESTERDAY_CUS_COUNT": "Yesterday Consume Count",
         "TODAY_PRO_COUNT": "Today Produce Count",

Reply via email to