Skip to content

Commit 9c05e54

Browse files
Merge pull request #497 from logonoff/main
NO-JIRA: improve consistency in tab string
2 parents 4d87b01 + 424ea8d commit 9c05e54

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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)