Skip to content

Commit 91b1cbb

Browse files
Merge pull request #496 from logonoff/main2
[release-4.19] NO-JIRA: improve consistency in tab string
2 parents d929597 + 994f498 commit 91b1cbb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web/locales/en/plugin__monitoring-plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"Creator": "Creator",
1212
"Alerts": "Alerts",
1313
"Silences": "Silences",
14+
"Alerting Rules": "Alerting Rules",
1415
"Alerting rules": "Alerting rules",
1516
"Alerting": "Alerting",
1617
"Severity": "Severity",

web/src/components/alerting/AlertingPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const AlertingPage: React.FC = () => {
3939
},
4040
{
4141
href: 'alertrules',
42+
// t('Alerting Rules') -- for console.tab extension
4243
// t('Alerting rules')
4344
nameKey: 'Alerting rules',
4445
component: AlertRulesPage,

0 commit comments

Comments
 (0)