adjust wording of alert label

This commit is contained in:
bignutty 2024-07-13 23:23:18 +02:00
parent b1217f5dbf
commit 177a9cd990
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ module.exports = {
if(data.result.warnings.length >= 1){
description += `\n`
for(const w of data.result.warnings){
description += `\n${icon("warning")} **${w.label}**\n-# ${w.source}${link(w.url, "More about this alert", "Learn more about this alert")}`
description += `\n${icon("warning")} **${w.label}**\n-# ${w.source}${link(w.url, "Learn More", "Learn more about this alert")}`
}
}