fix comma

This commit is contained in:
Lucy Cifferello
2023-07-24 12:13:51 -04:00
parent c074f1ff11
commit c9845aee0d

View File

@@ -29,7 +29,7 @@ layout: layouts/peripheral.njk
$('#feedback-form').ZammadForm({ $('#feedback-form').ZammadForm({
messageTitle: 'Start9 Contact Form', messageTitle: 'Start9 Contact Form',
messageSubmit: 'Submit', 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 attachmentSupport: true
}); });
}); });