diff --git a/server/documents/modules/modal.html.eco b/server/documents/modules/modal.html.eco index ff15360c7..737d4bef5 100755 --- a/server/documents/modules/modal.html.eco +++ b/server/documents/modules/modal.html.eco @@ -168,7 +168,7 @@ type : 'UI Module'

Approve / Deny Callbacks

-

Modals will automatically tie approve deny callbacks to any positive/approve or negative/deny or ok/cancel buttons. If a callback returns false it will prevent the modal from closing

+

Modals will automatically tie approve deny callbacks to any positive/approve, negative/deny or ok/cancel buttons. If a callback returns false it will prevent the modal from closing

$('.basic.modal') .modal('setting', { @@ -450,12 +450,12 @@ type : 'UI Module' onApprove Modal - Is called after a positive or approve or ok button is pressed + Is called after a positive, approve or ok button is pressed onDeny Modal - Is called after a negative or deny or cancel button is pressed. + Is called after a negative, deny or cancel button is pressed.