Changed wording

This commit is contained in:
Karl Cordes 2013-06-27 00:19:24 +10:00
parent ef536a285b
commit 6baaff4ec5

View file

@ -405,7 +405,7 @@ $(function() {
});
$("#emailDocButton").click(function() {
var confirmed = confirm("This will email this Document and all Attachments to the Customer. Are you sure you want to do this?");
var confirmed = confirm("This will email this Document and all Attachments to the Contact. Are you sure you want to do this?");
if(confirmed) {
window.location = $(this).data('url');
}