mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-31 04:23:42 +00:00
fix comma
This commit is contained in:
@@ -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
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user