Skip to content

Commit

Permalink
Updating slack message generation
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisAlund committed Feb 15, 2024
1 parent c9c703e commit 7fb6f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/src/webhook-plugins/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export class SlackWebhook extends Webhook {
type: "header",
text: {
type: "plain_text",
text: ``,
text: `${performanceAlert.metricType}: ${performanceAlert.eventType}`,
},
},
]
Expand All @@ -459,7 +459,7 @@ export class SlackWebhook extends Webhook {
type: "section",
text: {
type: "plain_text",
text: `${performanceAlert.metricType}: ${performanceAlert.eventType}`,
text: l10n.translate("descriptionInvestigateFirebase"),
},
accessory: {
type: "button",
Expand Down

0 comments on commit 7fb6f64

Please sign in to comment.