From cd95da6d35a15d677d3e7c5d31b062139f16f844 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 5 Nov 2020 09:59:01 -0800 Subject: [PATCH] Typo in message --- src/appstore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!` }); }); }); });