Skip to content

Commit

Permalink
Fix [Alerts history] Alerts notifications icons need tooltip (#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-gini authored Jan 15, 2025
1 parent 9bc2c49 commit eb40995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/createAlertsContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const getNotificationData = notifications =>
</div>
),
tooltip: upperFirst(
`${notification.summary.succeeded} success, ${notification.summary.failed} failed`
`${notification.kind}: ${notification.summary.succeeded} success, ${notification.summary.failed} failed`
),
kind: notification.kind,
succeeded: notification.summary.succeeded,
Expand Down

0 comments on commit eb40995

Please sign in to comment.