Frun1na opened a new issue, #4642:
URL: https://github.com/apache/rocketmq-dashboard/issues/4642
### Bug Report
**Describe the bug**
On the alert rules page, the table pagination's `showTotal` renders only the
label "规则总数" / "Total Rules" — the actual rule count is never shown. The call
site passes the total (`t('alerts.totalRules', { count: total })`), but the
`alerts.totalRules` translation has no `{count}` placeholder, so the
interpolation is silently dropped.
**To Reproduce**
1. Open the alert rules page with at least one rule.
2. Look at the table pagination: it shows "规则总数" (or "Total Rules") without
any number.
**Expected behavior**
The pagination total should include the count, e.g. "共 21 条规则" / "21 rules
total".
**Additional context**
Fix proposed in #4641 (new `alerts.totalRulesWithCount` key with a `{count}`
placeholder).
--
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]