Typo in message

This commit is contained in:
Girish Ramakrishnan
2020-11-05 09:59:01 -08:00
parent 5ab2c9afaa
commit cd95da6d35

View File

@@ -455,7 +455,7 @@ function createTicket(info, auditSource, callback) {
eventlog.add(eventlog.ACTION_SUPPORT_TICKET, auditSource, info);
callback(null, { message: `An email for sent to ${constants.SUPPORT_EMAIL}. We will get back shortly!` });
callback(null, { message: `An email was sent to ${constants.SUPPORT_EMAIL}. We will get back shortly!` });
});
});
});