diff --git a/README.md b/README.md
index f995768b..3cc78af2 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@
Developer-friendly incident response with brilliant Slack integration.
-
@@ -21,7 +20,6 @@ Developer-friendly incident response with brilliant Slack integration.
-
- Collect and analyze alerts from multiple monitoring systems
diff --git a/grafana-plugin/src/pages/index.tsx b/grafana-plugin/src/pages/index.tsx
index 934242b2..74de0259 100644
--- a/grafana-plugin/src/pages/index.tsx
+++ b/grafana-plugin/src/pages/index.tsx
@@ -29,7 +29,7 @@ export const pages: { [id: string]: PageDefinition } = [
icon: 'bell',
id: 'alert-groups',
hideFromBreadcrumbs: true,
- text: 'Alert Groups',
+ text: 'Alert groups',
hideTitle: true,
path: getPath('alert-groups'),
action: UserActions.AlertGroupsRead,
@@ -63,7 +63,7 @@ export const pages: { [id: string]: PageDefinition } = [
{
icon: 'list-ul',
id: 'escalations',
- text: 'Escalation Chains',
+ text: 'Escalation chains',
hideFromBreadcrumbs: true,
path: getPath('escalations'),
action: UserActions.EscalationChainsRead,
@@ -92,7 +92,7 @@ export const pages: { [id: string]: PageDefinition } = [
{
icon: 'link',
id: 'outgoing_webhooks',
- text: 'Outgoing Webhooks',
+ text: 'Outgoing webhooks',
path: getPath('outgoing_webhooks'),
hideFromBreadcrumbs: true,
action: UserActions.OutgoingWebhooksRead,
@@ -109,7 +109,7 @@ export const pages: { [id: string]: PageDefinition } = [
{
icon: 'link',
id: 'outgoing_webhooks_2',
- text: 'Outgoing Webhooks 2',
+ text: 'Outgoing webhooks 2',
path: getPath('outgoing_webhooks_2'),
hideFromBreadcrumbs: true,
hideFromTabs: true,
diff --git a/grafana-plugin/src/plugin.json b/grafana-plugin/src/plugin.json
index 6250bbe8..a3a4c287 100644
--- a/grafana-plugin/src/plugin.json
+++ b/grafana-plugin/src/plugin.json
@@ -40,7 +40,7 @@
},
{
"type": "page",
- "name": "Alert Groups",
+ "name": "Alert groups",
"path": "/a/grafana-oncall-app/alert-groups",
"role": "Viewer",
"action": "grafana-oncall-app.alert-groups:read",
@@ -64,7 +64,7 @@
},
{
"type": "page",
- "name": "Escalation Chains",
+ "name": "Escalation chains",
"path": "/a/grafana-oncall-app/escalations",
"role": "Viewer",
"action": "grafana-oncall-app.escalation-chains:read",
@@ -80,7 +80,7 @@
},
{
"type": "page",
- "name": "Outgoing Webhooks",
+ "name": "Outgoing webhooks",
"path": "/a/grafana-oncall-app/outgoing_webhooks",
"role": "Viewer",
"action": "grafana-oncall-app.outgoing-webhooks:read",
@@ -88,7 +88,7 @@
},
{
"type": "page",
- "name": "Outgoing Webhooks 2",
+ "name": "Outgoing webhooks 2",
"path": "/a/grafana-oncall-app/outgoing_webhooks_2",
"role": "Viewer",
"action": "grafana-oncall-app.outgoing-webhooks:read",