diff --git a/include/views/default/cockpit/orders/index.phtml b/include/views/default/cockpit/orders/index.phtml index f39928e87..82332df2c 100644 --- a/include/views/default/cockpit/orders/index.phtml +++ b/include/views/default/cockpit/orders/index.phtml @@ -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.'); }