You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/11/09 00:30:53 UTC

[rocketmq-dashboard] branch master updated: Fix typo (#40)

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

vongosling 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 a5a3659  Fix typo (#40)
a5a3659 is described below

commit a5a3659c042a1665064b5d1b6a35324ecb0009df
Author: Anton Kulikov <4o...@protonmail.com>
AuthorDate: Tue Nov 9 03:30:46 2021 +0300

    Fix typo (#40)
---
 src/main/resources/static/src/i18n/en.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/static/src/i18n/en.js b/src/main/resources/static/src/i18n/en.js
index 7592f90..9873429 100644
--- a/src/main/resources/static/src/i18n/en.js
+++ b/src/main/resources/static/src/i18n/en.js
@@ -21,8 +21,8 @@ var en = {
     "NO": "NO.",
     "ADDRESS": "Address",
     "VERSION": "Version",
-    "PRO_MSG_TPS": "Produce Massage TPS",
-    "CUS_MSG_TPS": "Consumer Massage TPS",
+    "PRO_MSG_TPS": "Produce Message TPS",
+    "CUS_MSG_TPS": "Consumer Message TPS",
     "YESTERDAY_PRO_COUNT": "Yesterday Produce Count",
     "YESTERDAY_CUS_COUNT": "Yesterday Consume Count",
     "TODAY_PRO_COUNT": "Today Produce Count",
@@ -114,4 +114,4 @@ var en = {
     "NO_MATCH_RESULT": "no match result",
     "BATCH_RESEND": "batchReSend",
     "BATCH_EXPORT": "batchExport"
-}
\ No newline at end of file
+}