We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d929597 + 994f498 commit 91b1cbbCopy full SHA for 91b1cbb
web/locales/en/plugin__monitoring-plugin.json
@@ -11,6 +11,7 @@
11
"Creator": "Creator",
12
"Alerts": "Alerts",
13
"Silences": "Silences",
14
+ "Alerting Rules": "Alerting Rules",
15
"Alerting rules": "Alerting rules",
16
"Alerting": "Alerting",
17
"Severity": "Severity",
web/src/components/alerting/AlertingPage.tsx
@@ -39,6 +39,7 @@ const AlertingPage: React.FC = () => {
39
},
40
{
41
href: 'alertrules',
42
+ // t('Alerting Rules') -- for console.tab extension
43
// t('Alerting rules')
44
nameKey: 'Alerting rules',
45
component: AlertRulesPage,
0 commit comments