From c9845aee0db8785bba3296a8c91519b9fd345941 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:13:51 -0400 Subject: [PATCH] fix comma --- src/contact.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contact.njk b/src/contact.njk index 2196e3e..adcc94a 100644 --- a/src/contact.njk +++ b/src/contact.njk @@ -29,7 +29,7 @@ layout: layouts/peripheral.njk $('#feedback-form').ZammadForm({ messageTitle: 'Start9 Contact Form', messageSubmit: 'Submit', - messageThankYou: 'Thank you for your inquiry (#%s)! We\'ll contact you as soon as possible.' + messageThankYou: 'Thank you for your inquiry (#%s)! We\'ll contact you as soon as possible.', attachmentSupport: true }); });