change(ui): change teams alert msg
This commit is contained in:
parent
bf59ae84b9
commit
a77051874d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue