change(ui): change teams alert msg

This commit is contained in:
sylenien 2022-12-08 14:45:27 +01:00 committed by Delirium
parent bf59ae84b9
commit a77051874d

View file

@ -57,7 +57,7 @@ const getNotifyChannel = (alert: Record<string, any>, webhooks: Array<any>) => {
}
}
if (alert.msteams) {
str = 'MS Teams'
str += (str === '' ? '' : ' and ') + 'MS Teams'
if (alert.msteamsInput.length > 0) {
str += getMsTeamsChannels();
}