mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 05:27:58 +00:00
Updated mail subject
This commit is contained in:
parent
5967941008
commit
da3c66c652
2
index.js
2
index.js
@ -495,7 +495,7 @@ module.exports = {
|
||||
+ '</ul>';
|
||||
|
||||
settings.emailRecipients.forEach(address => server.sendEmail({
|
||||
subject: `[alert] ${tilesToNotifyAbout.size} web service${tilesToNotifyAbout.size === 1 ? '' : 's'} have a high priority!`,
|
||||
subject: `[alert] ${tilesToNotifyAbout.size} web service${tilesToNotifyAbout.size === 1 ? ' has' : 's have'} a high priority!`,
|
||||
sender: settings.emailSender,
|
||||
to: address,
|
||||
body: message,
|
||||
|
Loading…
Reference in New Issue
Block a user