Changed wording
This commit is contained in:
parent
ef536a285b
commit
6baaff4ec5
|
|
@ -405,7 +405,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#emailDocButton").click(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) {
|
if(confirmed) {
|
||||||
window.location = $(this).data('url');
|
window.location = $(this).data('url');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue