From da3c66c652d58ae5b205ebdbf564c0f72cbef852 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 17 Mar 2023 15:37:03 +0100 Subject: [PATCH] Updated mail subject --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 712ca6c..397b95f 100644 --- a/index.js +++ b/index.js @@ -495,7 +495,7 @@ module.exports = { + ''; 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,