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,