diff --git a/src/appstore.js b/src/appstore.js index 694ccef03..ca848477a 100644 --- a/src/appstore.js +++ b/src/appstore.js @@ -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!` }); }); }); });