Skip to content

Commit

Permalink
Fix typo (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ops authored Nov 9, 2021
1 parent 2160e23 commit a5a3659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/static/src/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -114,4 +114,4 @@ var en = {
"NO_MATCH_RESULT": "no match result",
"BATCH_RESEND": "batchReSend",
"BATCH_EXPORT": "batchExport"
}
}

0 comments on commit a5a3659

Please sign in to comment.