resended->resent partial #1200

This commit is contained in:
BDC 2013-05-06 19:04:36 -04:00
parent 4c5e841f88
commit 7b284814fa

View File

@ -120,7 +120,7 @@
}
$.getJSON('/api/order/' + el.attr('data-uuid') + '/resend_notification',function( json ) {
if( json.status == 'success' ){
alert('Notification resended!');
alert('Notification resent!');
} else {
alert('Oops, error! Please try it again.');
}