mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
adjust wording of alert label
This commit is contained in:
parent
b1217f5dbf
commit
177a9cd990
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,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")}`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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")}`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue